

function wind(s)
{
window.open(s,'a',"left=100, top=50,width=800,height=550,toolbar=no,scrollbars=yes");
}
