<!--  onabout = new Image(); onabout.src = "/images/about_us_spash_roll.gif"; offabout = new Image(); offabout.src = "/images/about_us_spash.gif";//////////////////////////////////////////////////////////////// oncontact = new Image(); oncontact.src = "/images/contact_us_splash_roll.gif"; offcontact = new Image(); offcontact.src = "/images/contact_us_splash.gif";////////////////////////////////////////////////////////////////  onprinting_tab = new Image(); onprinting_tab.src = "/images/printing_tab_roll.gif"; offprinting_tab = new Image(); offprinting_tab.src = "/images/printing_tab.gif";////////////////////////////////////////////////////////////////  onprinting_circle = new Image(); onprinting_circle.src = "/images/printing_circle_roll.gif"; offprinting_circle = new Image(); offprinting_circle.src = "/images/printing_circle.gif";//////////////////////////////////////////////////////////////// onphotography_tab = new Image(); onphotography_tab.src = "/images/photography_tab_roll.gif"; offphotography_tab = new Image(); offphotography_tab.src = "/images/photography_tab.gif";//////////////////////////////////////////////////////////////// onphoto_circle = new Image(); onphoto_circle.src = "/images/photo_circle_roll.gif"; offphoto_circle = new Image(); offphoto_circle.src = "/images/photo_circle.gif";//////////////////////////////////////////////////////////////// onpop_tab = new Image(); onpop_tab.src = "/images/pop_tab_roll.gif"; offpop_tab = new Image(); offpop_tab.src = "/images/pop_tab.gif";//////////////////////////////////////////////////////////////// onpop_circle = new Image(); onpop_circle.src = "/images/pop_circle_roll.gif"; offpop_circle = new Image(); offpop_circle.src = "/images/pop_circle.gif";//////////////////////////////////////////////////////////////// ontradeshow_tab = new Image(); ontradeshow_tab.src = "/images/tradeshow_tab_roll.gif"; offtradeshow_tab = new Image(); offtradeshow_tab.src = "/images/tradeshow_tab.gif";//////////////////////////////////////////////////////////////// ontradeshow_circle = new Image(); ontradeshow_circle.src = "/images/tradeshow_circle_roll.gif"; offtradeshow_circle = new Image(); offtradeshow_circle.src = "/images/tradeshow_circle.gif";//////////////////////////////////////////////////////////////// onpulse_tab = new Image(); onpulse_tab.src = "/images/pulse_tab_roll.gif"; offpulse_tab = new Image(); offpulse_tab.src = "/images/pulse_tab.gif";//////////////////////////////////////////////////////////////// ondispaly_graphic_tab = new Image(); ondispaly_graphic_tab.src = "/images/dispaly_graphic_tab_roll.gif"; offdispaly_graphic_tab = new Image(); offdispaly_graphic_tab.src = "/images/dispaly_graphic_tab.gif";//////////////////////////////////////////////////////////////// ondisplay_circle = new Image(); ondisplay_circle.src = "/images/display_circle_roll.gif"; offdisplay_circle = new Image(); offdisplay_circle.src = "/images/display_circle.gif";//////////////////////////////////////////////////////////////// oncircle_pulse = new Image(); oncircle_pulse.src = "/images/circle_pulse_roll.gif"; offcircle_pulse = new Image(); offcircle_pulse.src = "/images/circle_pulse.gif";//////////////////////////////////////////////////////////////// oncontact = new Image(); oncontact.src = "/images/contact_us_splash_roll.gif"; offcontact = new Image(); offcontact.src = "/images/contact_us_splash.gif";//////////////////////////////////////////////////////////////// onnext = new Image(); onnext.src = "/images/photo/btn_next_roll.gif"; offnext = new Image(); offnext.src = "/images/photo/btn_next.gif";/////////////////////////////////////////////////////////////// onback = new Image(); onback.src = "/images/photo/btn_back_roll.gif"; offback = new Image(); offback.src = "/images/photo/btn_back.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();}-->