<!-- onhome = new Image(); onhome.src = "images/home_roll.gif"; offhome = new Image(); offhome.src = "images/home.gif";//////////////////////////////////////////////////////////////// oncorp_id = new Image(); oncorp_id.src = "images/corp_id_roll.gif"; offcorp_id = new Image(); offcorp_id.src = "images/corp_id.gif";//////////////////////////////////////////////////////////////// onprint = new Image(); onprint.src = "images/print_roll.gif"; offprint = new Image(); offprint.src = "images/print.gif";//////////////////////////////////////////////////////////////// onweb = new Image(); onweb.src = "images/web_roll.gif"; offweb = new Image(); offweb.src = "images/web.gif";/////////////////////////////////////////////////////////////// onservices = new Image(); onservices.src = "images/services_roll.gif"; offservices = new Image(); offservices.src = "images/services.gif";  /////////////////////////////////////////////////////////////// onabout = new Image(); onabout.src = "images/about_roll.gif"; offabout = new Image(); offabout.src = "images/about.gif";/////////////////////////////////////////////////////////////// oncontact = new Image(); oncontact.src = "images/contact_roll.gif"; offcontact = new Image(); offcontact.src = "images/contact.gif";  ///////////////////////////////////////////////////////////////  onmusic = new Image(); onmusic.src = "images/music_roll.gif"; offmusic = new Image(); offmusic.src = "images/music.gif";  ///////////////////////////////////////////////////////////////  oncorp_btn = new Image(); oncorp_btn.src = "images/corp_btn_roll.gif"; offcorp_btn = new Image(); offcorp_btn.src = "images/corp_btn.gif";  ///////////////////////////////////////////////////////////////  onprint_btn = new Image(); onprint_btn.src = "images/print_btn_roll.gif"; offprint_btn = new Image(); offprint_btn.src = "images/print_btn.gif";  ///////////////////////////////////////////////////////////////  onweb_btn = new Image(); onweb_btn.src = "images/web_btn_roll.gif"; offweb_btn = new Image(); offweb_btn.src = "images/web_btn.gif";  /////////////////////////////////////////////////////////////// onmap_it_btn = new Image(); onmap_it_btn.src = "images/map_it_btn_roll.gif"; offmap_it_btn = new Image(); offmap_it_btn.src = "images/map_it_btn.gif";  /////////////////////////////////////////////////////////////// oncontact_us_btn = new Image(); oncontact_us_btn.src = "images/contact_us_btn_roll.gif"; offcontact_us_btn = new Image(); offcontact_us_btn.src = "images/contact_us_btn.gif";  /////////////////////////////////////////////////////////////// onview_samples_btn = new Image(); onview_samples_btn.src = "images/view_samples_btn_roll.gif"; offview_samples_btn = new Image(); offview_samples_btn.src = "images/view_samples_btn.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_01 = new Image(); onbtn_samples_01.src = "images/btn_samples_01_roll.gif"; offbtn_samples_01 = new Image(); offbtn_samples_01.src = "images/btn_samples_01.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_02 = new Image(); onbtn_samples_02.src = "images/btn_samples_02_roll.gif"; offbtn_samples_02 = new Image(); offbtn_samples_02.src = "images/btn_samples_02.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_03 = new Image(); onbtn_samples_03.src = "images/btn_samples_03_roll.gif"; offbtn_samples_03 = new Image(); offbtn_samples_03.src = "images/btn_samples_03.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_04 = new Image(); onbtn_samples_04.src = "images/btn_samples_04_roll.gif"; offbtn_samples_04 = new Image(); offbtn_samples_04.src = "images/btn_samples_04.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_05 = new Image(); onbtn_samples_05.src = "images/btn_samples_05_roll.gif"; offbtn_samples_05 = new Image(); offbtn_samples_05.src = "images/btn_samples_05.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_06 = new Image(); onbtn_samples_06.src = "images/btn_samples_06_roll.gif"; offbtn_samples_06 = new Image(); offbtn_samples_06.src = "images/btn_samples_06.gif";  /////////////////////////////////////////////////////////////// onbtn_samples_07 = new Image(); onbtn_samples_07.src = "images/btn_samples_07_roll.gif"; offbtn_samples_07 = new Image(); offbtn_samples_07.src = "images/btn_samples_07.gif";   ///////////////////////////////////////////////////////////////   onbtn_samples_08 = new Image(); onbtn_samples_08.src = "images/btn_samples_08_roll.gif"; offbtn_samples_08 = new Image(); offbtn_samples_08.src = "images/btn_samples_08.gif";   /////////////////////////////////////////////////////////////// onplay = new Image(); onplay.src = "images/play_roll.gif"; offplay = new Image(); offplay.src = "images/play.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();}-->