function wup(Width,Height,URL) 
{

    window.open(URL,"","width=" + Width + ",Height=" + Height + ",scrollbars=yes,titlebar=no, left=100,top=100");

}