function OpenWin1(){
	win=window.open("popup/tel.html","w1","width=320,height=240");
}
function OpenWin2(){
	win=window.open("../popup/tel.html","w2","width=320,height=240");
}

