
		// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});

	


function popup( url )
{
	popupwindow = window.open (url, "recipe","location=1,status=1,scrollbars=1,width=500,height=530");
	popupwindow.moveTo(0,0);
}

function externalLinks() {
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if (anchor.getAttribute("href") &&
		anchor.getAttribute("rel") == "external")
		anchor.target = "_blank";
	}
}
window.onload = externalLinks;

