function openWindow(site,width,Height,left,top) {
refpop = window.open("popups/"+ site,"",
"left="+left
+",top="+top
+",width="+width
+",height="+Height
+",toolbar=0"
+",status=no"
+",scrollbars=no")
refpop.focus() 
}

function openextWindow(site,width,Height,left,top) {
refpop = window.open(site,"",
"left="+left
+",top="+top
+",width="+width
+",height="+Height
+",toolbar=0"
+",status=no"
+",scrollbars=yes")
refpop.focus() 
}
