


document.write("<div id=\"dhtmltooltip\"></div>");

/***********************************************
* Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetxpoint=-60 //Customize x offset of tooltip
var offsetypoint=20 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (((ie) && (is_minor>=5)) || ns6 )
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thecolor, thewidth){
if (((ie) && (is_minor>=5)) || ns6 ){

if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20

var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}

function hideddrivetip(){
if (((ie) && (is_minor>=5)) || ns6 ){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip


function resize(width,height){
	window.resizeTo(width,height);
}

function maximize(){
	window.resizeTo(screen.width,screen.height);
}


function newresize(width,height){
	var newwindow = window.open(window.location.href,'','width=' + width  + ',height=' + height + ',resizable=yes,toolbar=yes,scrollbars=yes,location=yes,menubar=yes,status=yes'); 
	newwindow.resizeTo(width,height);
 }

function newmaximize(){
	var sOptions = 'status=yes,menubar=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes';
	   sOptions = sOptions + ',width=' + (screen.availWidth - 10).toString();
	   sOptions = sOptions + ',height=' + (screen.availHeight - 122).toString();
	   sOptions = sOptions + ',screenX=0,screenY=0,left=0,top=0';

	window.open(window.location.href,'',sOptions ); 
	

}





var splitLetters = new Array();
splitLetters [0] = "support";
splitLetters [1] = "@ch";
splitLetters [2] = "eqsoft.com";
var sURL = unescape(window.location);
if(sURL.indexOf("dragndrop") == -1){
	setCookie("FileNameVideo","");
}

function addArgString(id){
	if(document.all){
		document.all(id).href = document.all(id).href + window.location.search;
	}else{
		document.getElementById(id).href = document.getElementById(id).href + window.location.search;
	}
}

function AddFavorite(){
	if (document.all){
		var sUrl = "";
		sUrl =window.location.href;
		if( window.location.hash.indexOf(".xml")!=-1){
			var iIndexXml =window.location.hash.indexOf("xml");
			var iIndexSemiColonFav = window.location.hash.indexOf(";");
			var indexOfHash = window.location.hash.indexOf("#");
			sXml =window.location.hash.substring(iIndexSemiColonFav +1,iIndexXml)  + "html" + window.location.hash.substring(indexOfHash ,iIndexSemiColonFav);
			sUrl =  window.location.hostname + "/" + sXml ;
		}
		if(sUrl.indexOf("http://")==-1){
			sUrl = "http://" + sUrl;
		}
		window.external.AddFavorite(sUrl,document.title);
	}else{
		alert('To bookmark this site, click Bookmarks | Add bookmark or press Ctrl+D.');
	}
}


var percentWidthDifference = ((clientWidthWindow * 100)/screen.width );
var percentHeightDifference = ((clientHeightWindow * 100)/  screen.height);

var clientHeightWindow =0;
var clientWidthWindow  =0;
if (document.all){
	clientHeightWindow =  document.body.offsetHeight;
	clientWidthWindow =document.body.offsetWidth;
}else{

	clientHeightWindow = document.documentElement.clientHeight ;
    clientWidthWindow =  document.documentElement.clientWidth;
}






var lettersPutTogether  = "";
function putTogether(){
	lettersPutTogether   ="";
	for(var y=0;y<splitLetters.length;y++){
		lettersPutTogether += splitLetters[y];
	}
	lettersPutTogether  = lettersPutTogether 
}



function getSupport(title){
	putTogether();
	window.location=  "mailto:" + lettersPutTogether  + "?subject=" + title;
}

function statusNull(){
	window.status ="";
}
function writeBottom(title){
	putTogether();
	window.status = "mailto:" + lettersPutTogether  + "?subject=" + title;
}

var splitLettersFeedBack = new Array();
splitLettersFeedBack [0] = "support";
splitLettersFeedBack [1] = "@ch";
splitLettersFeedBack [2] = "eqsoft.com";
var lettersPutTogetherFeedBack  = "";

function putTogetherFeedBack(){
	lettersPutTogetherFeedBackTemp  ="";
	for(var y=0;y<splitLettersFeedBack.length;y++){
		lettersPutTogetherFeedBackTemp  += splitLettersFeedBack[y];
	}
	lettersPutTogetherFeedBack  = lettersPutTogetherFeedBackTemp  
}

function getSupportFeedback(title){
	putTogetherFeedBack();
	window.location=  "mailto:" + lettersPutTogetherFeedBack  + "?subject=" + title;
}

function writeBottomFeedBack(title){
	putTogetherFeedBack();
	window.status = "mailto:" + lettersPutTogetherFeedBack  + "?subject=" + title;
}

function statusFavorite(){
	window.status = "Add to Favorites" ;

}
var name="";
var url="";
var toolTip="";
var filename="";
function list(name,url,toolTip,filename){
	this.name = name;
	this.url = url;
	this.toolTip= toolTip;
	this.filename= filename;
}


var MenuItemsArray = new Array();
  	MenuItemsArray[0] = new Array();
  	MenuItemsArray[1] = new Array();
   	MenuItemsArray[2] = new Array();
  	MenuItemsArray[3] = new Array();
  	MenuItemsArray[4] = new Array();
  	MenuItemsArray[5] = new Array();
	MenuItemsArray[6] = new Array();
	MenuItemsArray[7] = new Array();
	MenuItemsArray[8] = new Array();
  	
	
	MenuItemsArray[0][0]=new list("Screen Shots",  "#Screenshot" ,"Click to view Break Reminder Screen Shots","break.xml");
	MenuItemsArray[0][1]=new list("RSI / OOS / CTS",  "#RSI","Click to view Information about RSI, OOS etc.","break.xml");
	MenuItemsArray[0][2]=new list("Press",  "#Press","Click to read Press Comments about Break Reminder","break.xml");
	MenuItemsArray[0][3]=new list("Testimonials", "#Testimonials","Click to view Customer Testimonials for Break Reminder","break.xml");
	MenuItemsArray[0][4]=new list("Reviews", "#Reviews","Click to link to Internet Reviews of Break Reminder","break.xml");
	MenuItemsArray[0][5]=new list("Corporates",  "#Corporates","Click to view Information for Corporate Customers","break.xml");
	MenuItemsArray[0][6]=new list("Customers",  "#Customers","Click to read about Break Reminder Customers","break.xml");
	MenuItemsArray[0][7]=new list("Design",  "#Design","Click to read about Break Reminders Design","break.xml");
	MenuItemsArray[0][8]=new list("Features",  "#Features","Click to view Break Reminders List of Features","break.xml");
	MenuItemsArray[0][9]=new list("Endorsements",  "#Endorsements","Click to view Endorsements for Break Reminder","break.xml");
	MenuItemsArray[0][10]=new list("Resources",  "#Resources","Click to view other Information Resources","break.xml");
	MenuItemsArray[0][11]=new list("Licensing",  "#Licensing","Click to view about Licensing Break Reminder","break.xml");
	MenuItemsArray[0][12]=new list("Purchase",  "#Purchase","Click to purchase a License for Break Reminder","break.xml");
	MenuItemsArray[0][13]=new list("Support", "#Help","Click to read about Break Reminder Support","break.xml");
	MenuItemsArray[0][14]=new list("News",  "#News","Click to read the latest about Break Reminder","break.xml");
	MenuItemsArray[0][15]=new list("Latest",  "#Downloads","Click to read about the latest Break Reminder version","break.xml");
	MenuItemsArray[0][16]=new list("Awards",  "#Awards","Click to view Awards given to Break Reminder","break.xml");
	MenuItemsArray[0][17]=new list("Download","http://www.cheqsoft.com/downloads/break_install.exe","Click to Download Free Break Reminder Demo Software","break.xml");

	  	
	MenuItemsArray[1][0]=new list("Screen Shots",  "#Screenshot","Click to view Clipboard Express Pro Screen Shots","clipboard.xml");
	MenuItemsArray[1][1]=new list("Testimonials",  "#Testimonials","Click to view Customer Testimonials for Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][2]=new list("Reviews",  "#Reviews","Click to link to Internet Reviews of Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][3]=new list("Use Examples", "#Uses","Click to view Examples of Use for Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][4]=new list("User Groups",  "#Users","Click to view User Groups for Clipboard Express Pro","clipboard.xml");		
	MenuItemsArray[1][5]=new list("Features",  "#Features","Click to view Clipboard Express Pros List of Features","clipboard.xml");
	MenuItemsArray[1][6]=new list("Corporates",  "#Corporates","Click to view Information for Corporate Customers","clipboard.xml");
	MenuItemsArray[1][7]=new list("Licensing",  "#Licensing","Click to view about Licensing Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][8]=new list("Purchase",  "#Purchase","Click to purchase a License for Clipboard Express Pro","clipboard.xml");	
	MenuItemsArray[1][9]=new list("Support",  "#Help","Click to read about Clipboard Express Pro Support","clipboard.xml");
	MenuItemsArray[1][10]=new list("Learn",  "#Learn","Click to read about Accelerated Learning Clipboard Express Pro","clipboard.xml");	
	MenuItemsArray[1][11]=new list("News",  "#News","Click to read the latest Information about Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][12]=new list("Latest",  "#Downloads","Click to read about the latest Clipboard Express Pro version","clipboard.xml");
	MenuItemsArray[1][13]=new list("Awards",  "#Awards","Click to view Awards given to Clipboard Express Pro","clipboard.xml");
	MenuItemsArray[1][14]=new list("Download",  "http://www.cheqsoft.com/downloads/clipex_pro_full.exe","Click to Download Clipboard Express Pro Licensing Software","clipboard.xml");


	MenuItemsArray[2][0]=new list("Screen Shot",  "#Screenshot","Click to view MP3Detective Screen Shots","mp3detective.xml");
	MenuItemsArray[2][1]=new list("Overview",  "#Overview","Click to read an Overview of MP3Detective","mp3detective.xml");
	MenuItemsArray[2][2]=new list("Feedback",  "#Feedback","Click to read Customer Feedback on MP3Detective","mp3detective.xml");
	MenuItemsArray[2][3]=new list("Features",  "#Features","Click to view MP3Detectives List of Features","mp3detective.xml");
	MenuItemsArray[2][4]=new list("Support",  "#Help","Click to read about MP3Detective Support","mp3detective.xml");
	MenuItemsArray[2][5]=new list("Licensing",  "#Licensing","Click to view about Licensing MP3Detective","mp3detective.xml");
	MenuItemsArray[2][6]=new list("Latest",  "#Downloads","Click to read about the latest MP3Detective version","mp3detective.xml");
	MenuItemsArray[2][7]=new list("Download",  "http://www.cheqsoft.com/downloads/mp3detsetupfull.exe","Click to Download MP3Detective","mp3detective.xml");


	MenuItemsArray[3][0]=new list("Screen Shots",  "#Screenshot","Click to view MathsOwn Screen Shots","mathsown.xml");
	MenuItemsArray[3][1]=new list("Experience",  "#Experience","Click to read about early Experience with MathsOwn","mathsown.xml");
	MenuItemsArray[3][2]=new list("Feedback",  "#Feedback","Click to read Customer Feedback on MathsOwn","mathsown.xml");
	MenuItemsArray[3][3]=new list("Press",  "#Press","Click to read Press Comments about MathsOwn","mathsown.xml");
	MenuItemsArray[3][4]=new list("Features",  "#Features","Click to view MathsOwns List of Features","mathsown.xml");
	MenuItemsArray[3][5]=new list("Details",  "#Details","Click to view Detailed Information about MathsOwn","mathsown.xml");
	MenuItemsArray[3][6]=new list("Students",  "#Students","Click to view Information for Students","mathsown.xml");
	MenuItemsArray[3][7]=new list("Teachers", "#Teachers","Click to view Information for Teachers","mathsown.xml");
	MenuItemsArray[3][8]=new list("Schools",  "#Schools","Click to view Information for Schools","mathsown.xml");
	MenuItemsArray[3][9]=new list("Parents",  "#Parents","Click to view Information for Parents","mathsown.xml");
	MenuItemsArray[3][10]=new list("Licensing",  "#Licensing","Click to view about Licensing MathsOwn","mathsown.xml");
	MenuItemsArray[3][11]=new list("Purchase",  "#Purchase","Click to purchase a License for MathsOwn","mathsown.xml");
	MenuItemsArray[3][12]=new list("Legal",  "#Legal","Click to view Legal Information about MathsOwn","mathsown.xml");
  	MenuItemsArray[3][13]=new list("Support",  "#Help","Click to read about MathsOwn Support","mathsown.xml");
	MenuItemsArray[3][14]=new list("News",  "#News","Click to read the latest about MathsOwn","mathsown.xml");
  	MenuItemsArray[3][15]=new list("Latest",  "#Downloads","Click to read about the latest MathsOwn version","mathsown.xml");
	MenuItemsArray[3][16]=new list("Press Releases",  "pressreleases.xml","Click to view Press Releases about MathsOwn","pressreleases.xml");
	MenuItemsArray[3][17]=new list("Download",  "http://www.cheqsoft.com/downloads/mathsowninstall.exe","Click to Download Free MathsOwn Junior Software","mathsown.xml");


	MenuItemsArray[4][0]=new list("4 Column Small",  "#Screenshot","Click to view a Minimal 4 column Screen Shot of TimesOwn","timesown.xml");
	MenuItemsArray[4][1]=new list("Features",  "#Features","Click to view TimesOwns List of Features","timesown.xml");
	MenuItemsArray[4][2]=new list("6 Column Full",  "#Screenshot2","Click to view a Full 6 column Screen Shot of TimesOwn","timesown.xml");
	MenuItemsArray[4][3]=new list("6 Column Small",  "#Screenshot3","Click to view a Minimal 6 column Screen Shot of TimesOwn","timesown.xml");
	MenuItemsArray[4][4]=new list("Look Up Times",  "#Lookups","Click to view about TimesOwns Lookup Time Mode","timesown.xml");
	MenuItemsArray[4][5]=new list("Meeting Plans",  "#MeetingPlans","Click to view about TimesOwn Generating Meeting Time Plans","timesown.xml");
	MenuItemsArray[4][6]=new list("Users",  "#Users","Click to view about Key TimesOwn Users","timesown.xml");
 	MenuItemsArray[4][7]=new list("Choosing a clock",  "#Choosing","Click to view Selection Information for Clocks","timesown.xml");
	MenuItemsArray[4][8]=new list("Testimonials",  "#Testimonials","Click to view Customer Testimonials about TimesOwn","timesown.xml");
 	MenuItemsArray[4][9]=new list("Customisation",  "#Customisation","Click to view about Customised TimesOwn Versions","timesown.xml");
	MenuItemsArray[4][10]=new list("Licensing",  "#Licensing","Click to view about Licensing TimesOwn","timesown.xml");
	MenuItemsArray[4][11]=new list("Purchase",  "#Purchase","Click to purchase a License for TimesOwn","timesown.xml");
	MenuItemsArray[4][12]=new list("Legal",  "#Legal","Click to view Legal Information about TimesOwn","timesown.xml");
	MenuItemsArray[4][13]=new list("Support",  "#Help","Click to read about TimesOwn Support","timesown.xml");
	MenuItemsArray[4][14]=new list("News",  "#News","Click to read the latest Information about TimesOwn","timesown.xml");
	MenuItemsArray[4][15]=new list("Latest",  "#Downloads","Click to read about the latest TimesOwn version","timesown.xml");
	MenuItemsArray[4][16]=new list("TimesOwn Pro",  "timesownpro.xml","Click to view all about TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[4][17]=new list("Press Release",  "#TimesOwn10July","Click to view Press Releases about TimesOwn","pressreleases.xml");
	MenuItemsArray[4][18]=new list("Download",  "http://www.cheqsoft.com/downloads/timesowninstall.exe","Click to Download TimesOwn Licensing Software","timesown.xml");
	
	
	MenuItemsArray[5][0]=new list("Screen Shot",  "#Screenshot","Click to view a Screen Shot of TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[5][1]=new list("Features",  "#Features","Click to view TimesOwn Pros List of Features","timesownpro.xml");
	MenuItemsArray[5][2]=new list("Windows Zones",  "#Windows","Click to view Information about TimesOwn Zone Updates","timesownpro.xml");
	MenuItemsArray[5][3]=new list("Users",  "#Users","Click to view about key TimesOwn Pro Users","timesownpro.xml");
	MenuItemsArray[5][4]=new list("Use Examples",  "#Use","Click to view Examples for TimesOwn Pro Use","timesownpro.xml");
	MenuItemsArray[5][5]=new list("Choosing a clock",  "#Choosing","Click to view Selection Information for Clocks","timesownpro.xml");
	MenuItemsArray[5][6]=new list("Testimonials", "#Testimonials","Click to view Customer Testimonials about TimesOwn","timesownpro.xml");
    MenuItemsArray[5][7]=new list("Customisation", "#Customisation","Click to view about Customised Windows TimesOwn Zones","timesownpro.xml");
	MenuItemsArray[5][8]=new list("Licensing",  "#Licensing","Click to view about Licensing TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[5][9]=new list("Purchase",  "#Purchase","Click to purchase a License for TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[5][10]=new list("Legal",  "#Legal","Click to view Legal Information about TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[5][11]=new list("Support",  "#Help","Click to read about TimesOwn Pro Support","timesownpro.xml");
	MenuItemsArray[5][12]=new list("News",  "#News","Click to read the latest Information about TimesOwn Pro","timesownpro.xml");
	MenuItemsArray[5][13]=new list("Latest",  "#Downloads","Click to read about the latest TimesOwn Pro version","timesownpro.xml");
  	MenuItemsArray[5][14]=new list("TimesOwn",  "timesown.xml","Click to view all about TimesOwn","timesown.xml");
 	MenuItemsArray[5][15]=new list("Press Release",  "pressreleases.html#TimesOwn10July","Click to Click to view Press Releases about TimesOwn Pro","pressreleases.xml");
	MenuItemsArray[5][16]=new list("Download",  "http://www.cheqsoft.com/downloads/timesowninstall.exe","Click to Download TimesOwn Pro Licensing Software","timesownpro.xml");
	

	MenuItemsArray[6][0]=new list("About Us",  "about.xml","Click to view Information about Chequers Software Limited","about.xml");
	MenuItemsArray[6][1]=new list("Contact Us",  "contact.xml","Click to view Contact Information for CheqSoft","contact.xml");
	//MenuItemsArray[6][2]=new list("Drag n Drop Licensing", "dragndroplicensing.xml","Click to view about Drag and Drop Licensing","dragndroplicensing.xml");
	putTogether();
	MenuItemsArray[6][2]=new list("Email Us",  "mailto:" + lettersPutTogether  + "?subject=Cheqsoft.com Webpage LeftBar Inquiry","Click to start an email to CheqSoft","");
	MenuItemsArray[6][3]=new list("FAQ",  "faq.xml","Click to view a list of Frequently Asked Questions","faq.xml");
	MenuItemsArray[6][4]=new list("Feedback",  "feedback.xml","Click to tell us what you think using our Feedback web form","feedback.xml");
	MenuItemsArray[6][5]=new list("Free Stuff",  "free.xml","Click to view  Free Stuff","free.xml");
	MenuItemsArray[6][6]=new list("Javascript",  "javascript.xml","Click to read about Javascript","javascript.xml");
	MenuItemsArray[6][7]=new list("Legal",  "information.xml","Click to read Legal information","information.xml");
	MenuItemsArray[6][8]=new list("Links",  "links.xml","Click to view Internet Links","links.xml");
  	MenuItemsArray[6][9]=new list("Press",  "press.xml","Click to view Links to Press articles","press.xml");
	MenuItemsArray[6][10]=new list("Press Releases",  "pressreleases.xml","Click to view CheqSoft Press Releases","pressreleases.xml");
	MenuItemsArray[6][11]=new list("Privacy",  "privacy.xml","Click to view our Privacy Policy","privacy.xml");
	MenuItemsArray[6][12]=new list("Purchase",  "payment.xml","Click to Purchase Software Licenses","payment.xml");
	MenuItemsArray[6][13]=new list("Screen",  "test.xml","Click to Change the Browser Window Size","test.xml");
	MenuItemsArray[6][14]=new list("Search",  "search.xml","Click to Search our Site or the Internet","search.xml");	
 	MenuItemsArray[6][15]=new list("Site Map",  "site.xml","Click to view our Site Map","site.xml");
	MenuItemsArray[6][16]=new list("Support", "support.xml","Click to read about the Customer Support offered","support.xml");
	MenuItemsArray[6][17]=new list("Web Page Design", "webpagedesign.xml","Click to read about our design goals for this Web Site","webpagedesign.xml");


	MenuItemsArray[7][0]=new list("Break Reminder",  "#br","Click to show Break Reminder License Purchase Options","payment.xml");
	MenuItemsArray[7][1]=new list("Clipboard Express Pro",  "#cep","Click to show Clipboard Express Pro License Purchase Options","payment.xml");
	MenuItemsArray[7][2]=new list("TimesOwn",  "#to","Click to show TimesOwn License Purchase Options","payment.xml");
	MenuItemsArray[7][3]=new list("TimesOwn Pro",  "#top","Click to show TimesOwn Pro License Purchase Options","payment.xml");
	MenuItemsArray[7][4]=new list("MathsOwn",  "#mo","Click to show MathsOwn License Purchase Options","payment.xml");
	MenuItemsArray[7][5]=new list("MP3Detective",  "#mp3","Click to show MP3Detective License Purchase Option","payment.xml");
	MenuItemsArray[7][6]=new list("Donations",  "#donations","Click to show the Donation Option","payment.xml");
	MenuItemsArray[7][7]=new list("Other",  "#other","Click show the Purchase when Quoted Option","payment.xml");

function GetNameForMenus(url){
	if(url.indexOf('break.html')!=-1){
		return "Break Reminder";
	}
	if(url.indexOf('clipboard.html')!=-1){
		return "Clipboard Express Pro";
	}
	if(url.indexOf('mp3detective.html')!=-1){
		return "MP3Detective";;
	}
	if(url.indexOf('mathsown.html')!=-1){
		return "MathsOwn";
	}
	if(url.indexOf('timesown.html')!=-1){
		return "TimesOwn";
	}
	if(url.indexOf('timesownpro.html')!=-1){
		return "TimesOwn Pro";
	}
	if(url.indexOf('information.html')!=-1){
		return "Information";
	}
}

function GetIndexForMenus(url){
	if(url.indexOf('break.html')!=-1){
		return 0;
	}
	if(url.indexOf('clipboard.html')!=-1){
		return 1;
	}
	if(url.indexOf('mp3detective.html')!=-1){
		return 2;
	}
	if(url.indexOf('mathsown.html')!=-1){
		return 3;
	}
	if(url.indexOf('timesown.html')!=-1){
		return 4;
	}
	if(url.indexOf('timesownpro.html')!=-1){
		return 5;
	}
	if(url.indexOf('information.html')!=-1){
		return 6;
	}
	
	return -1;
}
