function openNewWindow(type)
{
	 var currentUrlPath = window.location.href;
	 var resourcePath="resource";
	 if(currentUrlPath.indexOf("channelPages")!=-1||currentUrlPath.indexOf("subPages")!=-1)
	 {
	 		resourcePath="../../resource";
	 }
	if(type==1)
		{
		 window.open(resourcePath+'/aqqzc.html', 'newwindow', 'height=600, width=535, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		}else if(type==2){
		 window.open(resourcePath+'/ycqzc.html', 'newwindow', 'height=480, width=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		}else if(type==3){
		 window.open(resourcePath+'/xxcs.html', 'newwindow', 'height=186, width=200, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		}else if(type==4){
		 window.open(resourcePath+'/tzcs.html', 'newwindow', 'height=266, width=200, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		}else if(type==5){
		 window.open(resourcePath+'/yycs.html', 'newwindow', 'height=236, width=200, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		}

}