	function yourCountry(form) {
	    countryChoice = (form.choices.options[form.choices.selectedIndex].value)		
		parent.location = countryChoice;
	} 

	function confirmTalkAnytime() 	{ 
		if(confirm("TalkAnytimeŽ, the communication service that allows you to talk to a \n" + 
					  "Multi-Tech representative via your Internet connection, requires a  \n" + 
					  "headset/microphone-equipped, multimedia computer running Internet Explorer  \n" + 
					  "5.0 or higher.  \n" + 
					  " \n" + 
					  "Please cancel if you're running another browser or do not have a headset  \n" + 
					  "and microphone; otherwise, click 'OK' to continue.") == true)	{
//			window.location = ScriptName;
			var DaName = "TalkAnytimeŽ Communication Window";
			window.open("http://204.26.122.100/tatfrm.cgi?Service=Sales&Codec=G723&Protocol=TCP&Speed=ISDN&Packetization=default&Proxy=No&DTMFDigits=No",null,"height=285,width=310,bar=no,resizable=no,status=no,toolbar=no,menubar=no,location=no,scrollbars=no",true);
//			window.open(ScriptName,"TalkAnytime","scrollbars=false,resizable=no,width=400,height=400,status=no,location=no,toolbar=no,menubar=no");
		}
	}

	function popWindow(page,DaName,w,h,scroll)        
	{
     	tempWindow = window.open(page,DaName,"scrollbars="+scroll+",resizable=no,width="+w+",height="+h+",status=no,location=no,toolbar=no,menubar=no");
		tempWindow.focus();
   }	

	function confirmTA(URL) 	{ 
		if(confirm("TalkAnytimeŽ, the communication service that allows you to talk to a \n" + 
					  "Multi-Tech representative via your Internet connection, requires a  \n" + 
					  "headset/microphone-equipped, multimedia computer running Internet Explorer  \n" + 
					  "5.0 or higher.  \n" + 
					  " \n" + 
					  "Please cancel if you're running another browser or do not have a headset  \n" + 
					  "and microphone; otherwise, click 'OK' to continue.") == true)	{
			var DaName = "TalkAnytimeŽ Communication Window";
			window.open(URL,null,"height=285,width=310,bar=no,resizable=no,status=no,toolbar=no,menubar=no,location=no,scrollbars=no",true);
		}
	}


