function winop(url,width,height)
{
 windop = window.open(url,"mywin","height="+height+",width="+width+",left=200,top=150");
}



