function OpenCMSPopup(sPage) {
	var win;
	win=window.open(sPage,'popup','width=670,height=400');
	win.focus();
}
