var nowDate = new Date();
var beginDate = new Date("Jan 19, 2009 00:00:00");
var endDate = new Date("Feb 2, 2009 00:00:00");
/*  
var PosX = (screen.width-win_width)/2; 
  var PosY = (screen.Height-win_height)/2; 

alert(PosX );

alert('beginDate='+beginDate);
alert('endDate='+endDate);
*/
if(nowDate >= beginDate && nowDate < endDate){
	window.open('OutofServiceNoteCT.htm',  '','status=no,menubar=no,location=no,directories=no,toolbar=no,scrollbars= yes,resizable=no,width=550px,height=480px,resize=1,scrolling=1,center=1');
//dhtmlwindow.open("OutofServiceNoteCT", "iframe", "OutofServiceNoteCT.htm", "°±¾÷¤½§i", "width=480px,height=355px,resize=1,scrolling=1,center=1", "recal");
}
