<!-- Hide javascript from older browsers
// Pop up window
function PopUpDom(theURL,winName,features) {
        window.open(theURL,winName,features);
}

var flashlinks=new Array()

function changelinkcolor(){
for (i=0; i< flashlinks.length; i++){
var flashtype=document.getElementById? flashlinks[i].getAttribute("flashtype")*1 : flashlinks[i].flashtype*1
var flashcolor=document.getElementById? flashlinks[i].getAttribute("flashcolor") : flashlinks[i].flashcolor
if (flashtype==0){
if (flashlinks[i].style.color!=flashcolor)
flashlinks[i].style.color=flashcolor
else
flashlinks[i].style.color=''
}
else if (flashtype==1){
if (flashlinks[i].style.backgroundColor!=flashcolor)
flashlinks[i].style.backgroundColor=flashcolor
else
flashlinks[i].style.backgroundColor=''
}
}
}

function init(){
var i=0
if (document.all){
while (eval("document.all.flashlink"+i)!=null){
flashlinks[i]= eval("document.all.flashlink"+i)
i++
} 
}
else if (document.getElementById){
while (document.getElementById("flashlink"+i)!=null){
flashlinks[i]= document.getElementById("flashlink"+i)
i++
}
}
setInterval("changelinkcolor()", 1000)
}

if (window.addEventListener)
window.addEventListener("load", init, false)
else if (window.attachEvent)
window.attachEvent("onload", init)
else if (document.all)
window.onload=init


// Set title bar
//onLoad = parent.document.title="FoneSys Communications Inc";

// Show help topics
function helpDisplay(selection) {
	if (selection=="1") {
		alert("Enter the product id, and the quantity you would like and it will be added to your shopping basket.");
	}
	else if(selection=="2") {
		alert("Enter your username (E-Mail Address) and your password (Customer Code) that you would have been given in your order information e-mail.");
	}
	else if(selection=="3") {
		alert("Select you local currency and all prices will be changed to suit.\n\nPlease note:\nCurrencies other than USD ($) are provided for ease of comparison only.\n\nAll orders will be charged in USD ($).");
	}
	else if(selection=="4") {
		alert("");
	} 
	else if(selection=="5") {
		alert("");
	}
	else if(selection=="6") {
		alert("");
	} 
	else if(selection=="7") {
		alert("");
	}
	else if(selection=="8") {
		alert("");
	}
	else if(selection=="9") {
		alert("");
	}
}
function cookieCheck() {
	document.cookie = "cookieCheck=1";	
}
onLoad = cookieCheck();

function FlashNumber() {
		document.write('<a href="http://www.fonesysinc.com" id="flashlink0" flashtype="0" flashcolor="red" class="blank">Call us now, tel 516.609.0694 - fax 516.609.8311</a></FONT>');
}
// end hide -->