var mms = new Array();
mms[0] = '<iframe src="/iframe/mm-baidu-728x90.html" width="728" height="90" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>';


//MMS1 翻页下
mms[1] = '<center><iframe style="margin:10px auto 0 auto;" src="/iframe/baidu-down.html" width="960" height="90" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></center>';

mms[2] = '<iframe src="/iframe/book-300x250.html" width="300" height="250" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>';

mms[3] = '<center><iframe style="margin:3px auto 0 auto;" src="/iframe/gg.html" width="728" height="20" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></center>';


//mms[3] =  '<center><!--翻页头部下面--></center>';
mms[4] = '<center><iframe src="/iframe/mm-baidu-960x90.html" width="960" height="90" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></center>';

function showMM(id)
{
	if (id == 0|| id == 3 ||id==4)
	{
		return;
	}

	if (!mms[id]) mms[id] = mms[0];

	document.write(mms[id]);
}