function OpenWin(theurl,w,h)
{
features="width="+w+",height="+h+",top=30,left=200"
NewWin=window.open(theurl,"win1",config=features)
}
