	function openWindow(url,height,width,top,left){
		window.open(url,"_blank","height="+height+",width="+width+",top=" + top+ ",left=" + left+ ",status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scroll=auto,scrollbars=yes");
	}
	function openPartnerLink(url) {
		openWindow(url,window.screen.height-200,window.screen.width,0,0);
	}
	function openHelpPage(INFORMATION_ID){
		//var url = website_url+'/indexAction.initHelpPage.do?INFORMATION_ID='+INFORMATION_ID;
		//openWindow(url,window.screen.height-200,window.screen.width,0,0);
		window.location.href = website_url+'/helpInfoAction.helpInfoCenter.do?INFORMATION_ID='+INFORMATION_ID+'&currentTime='+createQueryTime();
	}
