
function makePhoneCall(code){
	h = 380;
	w = 275;
	if (code=='supp=81')
		window.open('http://callme.co.il/SIP/CallBack.aspx?url='+location.href,'CallMe','height='+h+',width='+h+',toolbar=no,scrollbars=no,left='+((screen.width)?(screen.width-w)/2:100)+',top='+((screen.height)?(screen.height-h)/2:100));
	else
		window.open('http://callme.co.il/SIP/CallBack.aspx?url='+code,'CallMe','height='+h+',width='+h+',toolbar=no,scrollbars=no,left='+((screen.width)?(screen.width-w)/2:100)+',top='+((screen.height)?(screen.height-h)/2:100));
}

