function pop(link) 
{
   mywin = window.open("show.php?p=" + link,"Killscreen","width=800,height=598,screenx=100,screeny=100,menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,location=no,hotkeys=no");
}
