<!--
var left = screen.width/2-200
var top = screen.height/2-150	
function popup(targeturl){
window.open(targeturl,"","width=400, height=300, scrollbars=0, top=" + top +", left=" + left + "")
}
//-->