function wap_browse(s)
{
	var thescript,thewidth,theheight;
	switch(s)
	{
		case "N":
			thescript="http://gelon.net/cgi-bin/wapalize.cgi?url=";
			thewidth=200;
			theheight=350;
			break;
		case "E":
			thescript="http://gelon.net/cgi-bin/wapalizeericssonr320.cgi?url=";
			thewidth=195;
			theheight=400;
			break;
		case "M":
			thescript="http://gelon.net/cgi-bin/motorola_a6188.cgi?url=";
			thewidth=200;
			theheight=480;
			break;
		case "S":
			thescript="http://gelon.net/cgi-bin/waps35.cgi?url=";
			thewidth=175;
			theheight=350;
			break;
	}
	window.open(thescript+"http://wap.rising.com.cn","WAP在线","toolbar=no,menubar=no,resizable=0,width="+thewidth+",height="+theheight);
}

function wap_disp(s,url)
{
	var thescript,thewidth,theheight;
	var theurl;
	switch(s)
	{
		case "N":
			thescript="http://gelon.net/cgi-bin/wapalize.cgi?url=";
			thewidth=200;
			theheight=350;
			break;
		case "E":
			thescript="http://gelon.net/cgi-bin/wapalizeericssonr320.cgi?url=";
			thewidth=195;
			theheight=400;
			break;
		case "M":
			thescript="http://gelon.net/cgi-bin/motorola_a6188.cgi?url=";
			thewidth=200;
			theheight=480;
			break;
		case "S":
			thescript="http://gelon.net/cgi-bin/waps35.cgi?url=";
			thewidth=175;
			theheight=350;
			break;
	}
	theurl=url.toLowerCase();
	if(theurl.indexOf("http://")==-1) {
		theurl="http://"+theurl;
	}
	if(theurl=="http://"){
		window.alert("请输入wap网址！");
		document.wapform("urltext").focus();
	}
	else{
		window.open(thescript+theurl,"WAP在线","toolbar=no,menubar=no,resizable=0,width="+thewidth+",height="+theheight);
	}
}

