
function open_partner( id )
{
   var s = new Date();
   Partnercode = window.open("partnercode.php?id="+id+"&x="+escape( s.toUTCString() ),"Partnercode","toolbar=0,location=0,status=0,menubar=0,scrollbars,resizable=1,width=500,height=350");
}

function open_review( id )
{
   var s = new Date();
   ReviewShow = window.open("showreview.php?id="+id+"&x="+escape( s.toUTCString() ),"ReviewShow","toolbar=0,location=0,status=0,menubar=0,scrollbars,resizable=1,width=500,height=350");
}



