// JavaScript Document


function popup()
{
var win;
win = window.open("tellfriendform.php", "test", "location=0,status=0,scrollbars=1, width=330,height=250, menubar=0, toolbar=0" );
}

