// JavaScript Document
function pop( url )
{
window.open( url, "popup", "fullscreen=no, toolbar=no, menubar=no, width=660, height=500, left=50, top=50, resizable=yes, scrollbars=yes,");
}