//下拉菜单js开始
var pmtiertwolinktimeout = new Array;
function pmtiertwolinkshow(pmlinkindex) {
	if (pmtiertwolinktimeout[pmlinkindex] != null) {
		clearTimeout(pmtiertwolinktimeout[pmlinkindex]);
	}
	document.getElementById("pmtiertwosublist_"+ pmlinkindex).style.visibility = "visible";
}

function pmtiertwolinkhide(pmlinkindex) {
	if (pmtiertwolinktimeout[pmlinkindex] != null) {
		clearTimeout(pmtiertwolinktimeout[pmlinkindex]);
	}
	pmtiertwolinktimeout[pmlinkindex] = setTimeout("document.getElementById('pmtiertwosublist_" + pmlinkindex + "').style.visibility = 'hidden'", 100);
}
//下拉菜单js结束


var m_nPageInitTime = new Date();
var MainTopRoll = new xwzRollingImageTrans("IMG_MAIN_TOP_ROLL_DETAIL", "IMGS_MAIN_TOP_ROLL_THUMBNAIL");
MainTopRoll.addItem("house.html","images/ad_06.jpg");
MainTopRoll.addItem("mmsnews.html","images/ad_05.jpg");
MainTopRoll.addItem("mms.html","images/ad_03.jpg");
MainTopRoll.addItem("mmsad.html","images/ad_04.jpg");
MainTopRoll.addItem("sms.html","images/ad_01.jpg");
MainTopRoll.addItem("smsad.html","images/ad_02.jpg");
