// JavaScript Document
function tellafriend()
{
	link_to_open = "tellfriend.php";
	window.open(link_to_open, "tellfriend","toolbar=0, resizable=no, scrollbars=yes, statusbar=0, height=350, width=450");	
}