SMS_3G189_REG=0;//3G189网站的主管注册页面
SMS_SG189_PUBLIC=1;//3G189网站的公共页面
SMS_SYSCANO=2;//矽感网站手机下载页面
var Url='';
function GetWebPage(index)
{
	switch(index)
	{
		case SMS_3G189_REG:
			Url='<iframe id="IFRAMESMS" name="0" src="/SMSSERVER/SMS_3G189_REG_SEND.aspx" width="170" height="258" marginwidth="0" top=0 marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>';
			break;
		case SMS_SG189_PUBLIC:
			Url='<iframe id="IFRAMESMS" name="0"  src="/SMSSERVER/SMS_SG189_PUBLIC.aspx" width="190" height="270" marginwidth="0" top=0 marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>';
			break;
		case SMS_SYSCANO:
			Url='<iframe id="IFRAMESMS" name="0"  src="flash/lineshow.html" width="658" height="217" marginwidth="0" top=0 marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>';
			break;
	}
	return Url;
}
