// JavaScript Document






function openCENTER(HtmlName,wName,ww,hh){//
var w;
wx = ww;
wy = hh;
x = (screen.availWidth - wx ) / 2;
y = (screen.availHeight -wy ) / 2;
w = window.open(HtmlName,wName,"scrollbars=no,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=" + ww + ",height=" + hh +",left=" + x +",top="+ y + "");
self.window.name="main";

w.moveTo(x,y);
w.window.focus();
}

//<a href="javascript:openCENTER2('information/schedule.html','window2003',620,540);">
