function InitPage() {
	try{
		openAlertWin();
	}
	catch (e){
		return false;
	}
}

function openAlertWin() {
	window.open("cscenter.html", "__AlertWin__", "location=0,status=0,scrollbars=0,width=400,height=272");
}