var QueryString=""
if(location.href.indexOf("?")>0){
QueryString=location.href.substr(location.href.indexOf("?")+1)
}
QueryString="&"+QueryString+"&";
function Request(key){
var tempStr
key="&"+key+"=";
if(QueryString.indexOf(key)>=0){
tempStr=QueryString.substr(QueryString.indexOf(key)+key.length);
return tempStr.substr(0,tempStr.indexOf("&"));
}
return "0";
}
//-------·ÖÒ³
function showpages(){
	leiid=arguments[0];
	strnum=arguments[1];
	strline=arguments[2];
	tablew=arguments[3];
	lineh=arguments[4];
	links=arguments[5];
	lines=arguments[6];
	headpic=arguments[7];
	sty=arguments[8];
	tableb=arguments[9];
	trc1=arguments[10];
	trc2=arguments[11];
	showdate=arguments[12];
	author=arguments[13];
	//alert( showdate);
document.getElementById("showtable").src="http://www.mdjedu.net/mvc/makelist.php?leiid="+leiid+"&strnum="+strnum+"&strline="+strline+"&tablew="+tablew+"&lineh="+lineh+"&links="+links+"&lines="+lines+"&headpic="+headpic+"&sty="+sty+"&tableb="+tableb+"&trc1="+trc1+"&trc2="+trc2+"&showdate="+showdate+"&author="+author+"&page="+Request('page');
}