function sendme() 
{ 
    window.open("sendme.php?url="+window.location.href,"myNewWin","width=300,height=320,left=200,top=200,screenX=100,screenY=100,toolbar=no,statusbar=0,resizable=no"); 
} 
