// JavaScript Document
function opencenterwindow(url,width,height){
 window.open(url,"","toolbar=no,height="+height+",width="+width+",left="+(window.screen.width-width)/2+",top="+(window.screen.height-height)/2+",location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,status=no");
}

