window.status='CallSat Telecom - www.callsat-telecom.com';
function hidestatus(){
window.status='CallSat Telecom - www.callsat-telecom.com';
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

function buyIt(id)
{
	formname="buy_it";
	document.forms[formname].p_id.value=id;
	document.forms[formname].submit();
}
		
function openImage(imagelink,width,height){
	if(!width) width=700;
	if(!height) height=500;
	 popupwindow=window.open('/easyconsole.cfm?page=image_preview&image='+imagelink,'imagePreview','width='+width+',height='+height+',scrollbars=no,resizable=no');
	 popupwindow.focus();
}

function currency(curr,amount,lang) { 
		  wn=window.open('/utils/currency.cfm?currency='+curr+'&amount='+amount+'&lang='+lang,'currency','width=270,height=220');
}	


function doNothing() {}	