function openCEO(strURL) {
	var height;
	var width;
	var features;
	height = 700; 
	width = 1020; 
	features="top=0,left=0,width=" + width + ",height=" + height + ",status=0,addressbar=0,scrollbars=1,resizable";
	window.open(strURL ,"main",features,false);
}
