<!--
function popwindow(pop)
{
 var url = pop; 

 window.open(url,"","toolbar=0,menubar=0,scrollbars=no,resizable=no,width=616,height=525,left=0,top=0")
}
//-->