
function funEmailToFriend(){
	open("emailtofriend_form.htm","_blank","fullscreen=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,width=500,height=500")
}

function funEmailToFriend_downloads(){
	open("emailtofriend_downloads.html","_blank","fullscreen=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,width=500,height=500")
}
function funContactUsForm(){
	open("contact_us_form.htm","_blank","fullscreen=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=425,height=322")
}

function funPopup(strWebLink){
	alert("Tastables is NOT responsible for the content of external websites.")
	open("http://"+strWebLink,"_blank","fullscreen=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes")
}