
/**********************************************************
 * @author       向星洲 
 * @description
 * 切换层    
 *********************************************************/ 

//修改密码窗体
function openwindow()
{
	window.open("frmModifyPwd.aspx","_blank","top=100,left=100,width=350,height=180,toolbar=no,statusbar=no,menubar=no");
	
}

//输入号段窗体
function open_PhoneSection()
{
	window.open("frmPhoneSection.aspx","_blank","top=100,left=100,width=600,height=180,toolbar=no,statusbar=no,menubar=no");
	
}
