//显示政策法规详细内容
function OpenWin(theURL) 
{ //v2.0
	window.open(theURL,'_blank','height=480, width=617, toolbar=no, menubar=no, scrollbars=yes,resizable=no, location=no, status=no');
}

//显示政策咨询详细内容
function OpenWin_Q(theURL) 
{ //v2.0
	window.open(theURL,'_blank','height=360, width=590, toolbar=no, menubar=no, scrollbars=yes,resizable=no, location=no, status=no');
}