<!-- onhomepage = new Image(); onhomepage.src = "images/home_roll.gif"; offhomepage = new Image(); offhomepage.src = "images/home.gif";  stayhomepage = new Image(); stayhomepage.src = "images/home_active.gif"; //////////////////////////////////////////////////////////////// onabout_us = new Image(); onabout_us.src = "images/about_us_roll.gif"; offabout_us = new Image(); offabout_us.src = "images/about_us.gif";  stayabout_us = new Image(); stayabout_us.src = "images/about_us_active.gif";//////////////////////////////////////////////////////////////// onproducts = new Image(); onproducts.src = "images/products_roll.gif"; offproducts = new Image(); offproducts.src = "images/products.gif";  stayproducts = new Image(); stayproducts.src = "images/products_active.gif";//////////////////////////////////////////////////////////////// onbenefits = new Image(); onbenefits.src = "images/benefits_roll.gif"; offbenefits = new Image(); offbenefits.src = "images/benefits.gif";  staybenefits = new Image(); staybenefits.src = "images/benefits_active.gif";/////////////////////////////////////////////////////////////// oncontact = new Image(); oncontact.src = "images/contact_roll.gif"; offcontact = new Image(); offcontact.src = "images/contact.gif";  staycontact = new Image(); staycontact.src = "images/contact_active.gif";/////////////////////////////////////////////////////////////// ondownload = new Image(); ondownload.src = "images/download_roll.gif"; offdownload = new Image(); offdownload.src = "images/download.gif";  staydownload = new Image(); staydownload.src = "images/download_active.gif";  /////////////////////////////////////////////////////////////// onquotes = new Image(); onquotes.src = "images/quotes_roll.gif"; offquotes = new Image(); offquotes.src = "images/quotes.gif";  stayquotes = new Image(); stayquotes.src = "images/quotes_active.gif";/////////////////////////////////////////////////////////////// oninvestor = new Image(); oninvestor.src = "images/investor_roll.gif"; offinvestor = new Image(); offinvestor.src = "images/investor.gif";  stayinvestor = new Image(); stayinvestor.src = "images/investor_active.gif";///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  function double_on(imgname) {            var text_imgname=imgname + "_text";     var ImgOn = eval("on" + imgname + ".src");    var TextImgOn = eval("on" + text_imgname + ".src");    document[imgname].src = ImgOn;    document['text'].src = TextImgOn;         }var TextImgOff="//images/where_your_ideas.gif"; function double_off(imgname) {	var text_imgname=imgname + "_text";     var ImgOff = eval("off" + imgname + ".src");        document[imgname].src = ImgOff;    document['text'].src = TextImgOff;  } function on(imgname) { 	ImgOn = eval("on" + imgname + ".src");	 document[imgname].src = ImgOn; }  function off(imgname) { 	ImgOff = eval("off" + imgname + ".src"); 	document[imgname].src = ImgOff; }function stay(imgname){      document[imgname].src = eval("stay" + imgname + ".src");   eval("off" + imgname).src = eval("stay" + imgname + ".src");   eval("on" + imgname).src = eval("stay" + imgname + ".src");}function set_section_icon(section){ var section_icon;  if(section != 'home' && section !='contact' && section !='about')  	section_icon=eval("on" + section + "_icon.src");  else  	section_icon="//images/top_corner.gif";  document['icon'].src = section_icon;}function set_section_text(section){ if(section != 'home' && section !='contact' && section !='about')  	section_text=eval("on" + section + "_text.src");  else  	section_text="//images/where_your_ideas.gif";  document['text'].src = section_text;  TextImgOff=section_text;}function set_section(section){		set_section_icon(section);	set_section_text(section);	stay(section);}function openwin(desturl,wintitle, w, h, title) {	if (wintitle == null) { wintitle = 'title'; }	if (w == null) { w = 500; }	if (h == null) { h = 550; }		htmlpage="<html><title>"+ title +"</title><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src='"+desturl+"' height='"+h+"' width='"+w+"'></html>";		win=window.open('', wintitle ,"titlebar=no, scrollbars=no,toolbar=no,resizable=no,location=no,directories=no,status=no,copyhistory=no,width="+w+",height="+h);        win.document.write(htmlpage);    	win.focus();}function openwin2(desturl,wintitle, title) {	if (wintitle == null) { wintitle = 'title'; }	w = 500;	h = 550;		win=window.open(desturl, wintitle ,"titlebar=no, scrollbars=no,toolbar=no,resizable=no,location=no,directories=no,status=no,copyhistory=no,width="+w+",height="+h);    	win.focus();}-->