<!-- onwhat_is_btn = new Image(); onwhat_is_btn.src = "images/what_is_btn_roll.gif"; offwhat_is_btn = new Image(); offwhat_is_btn.src = "images/what_is_btn.gif";//////////////////////////////////////////////////////////////// onfree_workout_btn = new Image(); onfree_workout_btn.src = "images/free_workout_btn_roll.gif"; offfree_workout_btn = new Image(); offfree_workout_btn.src = "images/free_workout_btn.gif";//////////////////////////////////////////////////////////////// onfaq_btn = new Image(); onfaq_btn.src = "images/faq_btn_roll.gif"; offfaq_btn = new Image(); offfaq_btn.src = "images/faq_btn.gif";//////////////////////////////////////////////////////////////// onabout_btn = new Image(); onabout_btn.src = "images/about_btn_roll.gif"; offabout_btn = new Image(); offabout_btn.src = "images/about_btn.gif";/////////////////////////////////////////////////////////////// ontestimonials_btn = new Image(); ontestimonials_btn.src = "images/testimonials_btn_roll.gif"; offtestimonials_btn = new Image(); offtestimonials_btn.src = "images/testimonials_btn.gif";  /////////////////////////////////////////////////////////////// onpress_btn = new Image(); onpress_btn.src = "images/press_btn_roll.gif"; offpress_btn = new Image(); offpress_btn.src = "images/press_btn.gif";/////////////////////////////////////////////////////////////// oncontact_btn = new Image(); oncontact_btn.src = "images/contact_btn_roll.gif"; offcontact_btn = new Image(); offcontact_btn.src = "images/contact_btn.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;  }var recent="basic";function send(){        var url="";    if(recent == "ez")  url="#";    if(recent == "basic")  url="#";    if(recent == "prem")  url="#";    if(recent == "hb")  url="#";    location.href=url;} 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("on" + imgname + ".src");   eval("off" + imgname).src = eval("on" + imgname + ".src");   eval("on" + imgname).src = eval("on" + 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();}-->
