<!-- onlarge_format = new Image(); onlarge_format.src = "/images/large_format_small_roll.gif"; offlarge_format = new Image(); offlarge_format.src = "/images/large_format_small.gif"; onlarge_format_text = new Image(); onlarge_format_text.src="/images/display_graphics.gif"; onlarge_format_icon = new Image(); onlarge_format_icon.src="/images/large_format_icon_large.gif";////////////////////////////////////////////////////////////////  onpop = new Image(); onpop.src = "/images/pop_small_roll.gif"; offpop = new Image(); offpop.src = "/images/pop_small.gif"; onpop_text= new Image(); onpop_text.src="/images/pop.gif"; onpop_icon= new Image(); onpop_icon.src="/images/pop_icon_large.gif";//////////////////////////////////////////////////////////////// onprinting = new Image(); onprinting.src = "/images/printing_small_roll.gif"; offprinting = new Image(); offprinting.src = "/images/printing_small.gif"; onprinting_text= new Image(); onprinting_text.src="/images/printing.gif"; onprinting_icon= new Image(); onprinting_icon.src="/images/printing_icon_large.gif";//////////////////////////////////////////////////////////////// ontradeshow = new Image(); ontradeshow.src = "/images/tradeshow_small_roll.gif"; offtradeshow = new Image(); offtradeshow.src = "/images/tradeshow_small.gif"; ontradeshow_text=new Image();  ontradeshow_text.src="/images/tradeshow.gif"; ontradeshow_icon=new Image();  ontradeshow_icon.src="/images/tradeshow_icon_large.gif";//////////////////////////////////////////////////////////////// onphoto = new Image(); onphoto.src = "/images/photo_small_roll.gif"; offphoto = new Image(); offphoto.src = "/images/photo_small.gif"; onphoto_text=new Image(); onphoto_text.src="/images/photography.gif"; onphoto_icon=new Image(); onphoto_icon.src="/images/photo_icon_large.gif";//////////////////////////////////////////////////////////////// onhome = new Image(); onhome.src = "/images/home_roll.gif"; offhome = new Image(); offhome.src = "/images/home.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";//////////////////////////////////////////////////////////////// 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();}-->