    function emailFriend() {
	var file = "email.php?" + window.location.href;
	msgWindow=open(file,'email','resizable=no,width=400,height=412');
    if (msgWindow.opener == null) msgWindow.opener = self;
 	}
	
	
	
	
	
	function Go(){return}
