// JavaScript Document
function smallWindow(url)
{
   window.open(url, '', 'toolbar=0,menubar=0,resizable=0,status=0,width=625,height=450');
}   