//	<!--

function platformDetect()	{
  if(navigator.appVersion.indexOf("Win") != -1)	{
	   return 1	}
  else if(navigator.appVersion.indexOf("Mac") != -1)	{
		  return 2	}
	  else	{	return 0	}
}

function	buy_versomatic() {

	return;
	
	if( platformDetect() == 2) {	 
		window.location.href ='http://store.eSellerate.net/s.asp?s=STR1609821418&Cmd=BUY&SKURefnum=SKU73543967628'; }
	else {
		window.location.href ='http://store.eSellerate.net/s.asp?s=STR1609821418&Cmd=BUY&SKURefnum=SKU15916431820'; }	
}

function	buy_tuneranger() {

	return;

	if( platformDetect() == 2) {	 
		window.location.href ='http://store.eSellerate.net/s.asp?s=STR1609821418&Cmd=BUY&SKURefnum=SKU48189513206'; }
	else {
		window.location.href ='http://store.eSellerate.net/s.asp?s=STR1609821418&Cmd=BUY&SKURefnum=SKU00870285095'; }	
	}

function	download_tuneranger() {

	if( platformDetect() == 2) {	 
		window.location.href ='web/tuneranger/tr_mac_dlref.htm'; }
	else {
		window.location.href ='web/tuneranger/tr_win_dlref.htm'; }	
}

function	download_versomatic() {

	return;

	if( platformDetect() == 2) {	 
		window.location.href ='web/versomatic/vm_mac_dlref.htm'; }
	else {
		window.location.href ='web/versomatic/vm_win_dlref.htm'; }	
}

//-->




