function call_test(id,userid){
	index='http://www.4006009090.com/call_test.php?id=goodsres&phonenum='+id+'&userid='+userid;
	//window.open(index,'','height=375, width=470, top=160, left=310, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
	window.open(index,'','height=375,width=470,top=200,left=400,scrollbars=no,resizable=yes');	
}
function call_goodsres(id){
	index="http://www.4006009090.com/call_test.php?id=goodsres&phonenum="+id;
	//window.open(index,"",'height=320, width=425, top=150, left=300, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
	window.open(index,"",'height=375,width=470,top=200,left=400,scrollbars=no,resizable=yes');
}