var spID="100010042" 
var spName="safety"
var spPwd="safety"  

function doInstall(){
window.open('http://www.livim.com/installcenter/install_bj.htm?SP='+spID,'install','toolbar=no,scrollbars=no,resizable=no,top=0,left=0,width=400,height=150');
}

function doLivimMe(receiver,startType){
window.open('http://www.livim.com/Activex/LivimMe.htm?receiver='+receiver+'&startType='+startType+'&SP='+spID,'LivimMe','scrollbars=no,menubar=no,location=no,resizable=no,status=no,top=100,left=100');	
}

function doReg(email,nickName,pwd)
{
	window.open('http://soap.livim.com:9090/FrontInterfaceForSPV11/V1.0/Register.jspx?spId='+spID+'&username='+spName+'&password='+spPwd+'&LoginName='+email+'&NickName='+nickName+'&LoginPassword='+pwd+'&RegType=00&Url=http://www.livim.com/reg.htm','LivimWindow','');
}

function doEditUserInfo(email,nickName,pwd)
{

	window.open('http://soap.livim.com:9090/FrontInterfaceForSPV11/V1.0/EditUserInfo.jspx?spId='+spID+'&username='+spName+'&password='+spPwd+'&LoginName='+email+'&NickName='+nickName+'&LoginPassword='+pwd+'&Url=http://www.livim.com/reg.htm','LivimWindow','');
}
