function setCookie(name, value, expires) {
	var curCookie = name + "=" + escape(value) +	"; expires=" + expires.toGMTString() + "; path=/";
	document.cookie = curCookie;
}
function getCookie(name) { // use: getCookie("name");
  bikky = document.cookie;
  var index = bikky.indexOf(name + "=");
  if (index == -1) return null;
   index = bikky.indexOf("=", index) + 1;
 	  var endstr = bikky.indexOf(";", index);
 	  if (endstr == -1) endstr = bikky.length;
	  return unescape(bikky.substring(index, endstr));
}
document.write('<link REL="SHORTCUT ICON" href="http://www.greenteadesign.com/favicon.ico">');
var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;
if (checkIt('konqueror'))
{
	browser = "Konqueror";
	OS = "Linux";
}
else if (checkIt('safari')) browser = "Safari"
else if (checkIt('omniweb')) browser = "OmniWeb"
else if (checkIt('opera')) browser = "Opera"
else if (checkIt('webtv')) browser = "WebTV";
else if (checkIt('icab')) browser = "iCab"
else if (checkIt('msie')) browser = "Internet Explorer"
else if (checkIt('netscape')) browser = "Mozilla"
else if (!checkIt('compatible'))
{
	browser = "Netscape Navigator"
	version = detect.charAt(8);
}
else browser = "An unknown browser";

if (!version) version = detect.charAt(place + thestring.length);

if (!OS)
{
	if (checkIt('linux')) OS = "Linux";
	else if (checkIt('x11')) OS = "Unix";
	else if (checkIt('mac')) OS = "Mac";
	else if (checkIt('win')) OS = "Windows"
	else OS = "an unknown operating system";
}

function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}

function writeCookie_screen() 
	{
	 var today = new Date();
	 var the_date = new Date("December 31, 2023");
	 var the_cookie_date = the_date.toGMTString();
	 var the_cookie = "users_resolution="+ screen.width +"x"+ screen.height;
	 var the_cookie = the_cookie + ";expires=" + the_cookie_date + "; path=/";
	 document.cookie=the_cookie
	}

writeCookie_screen();
	
function popitup_contact(url)
{}
	
function readCookie(name) {
	var cookieValue = "";
	var search = name + "=";
  	if(document.cookie.length > 0) { 
   		offset = document.cookie.indexOf(search);
	   	if (offset != -1)  { 
   			offset += search.length;
    		end = document.cookie.indexOf(";", offset);
	     	if (end == -1) end = document.cookie.length;
    			cookieValue = unescape(document.cookie.substring(offset, end))
	    }
	}
	return cookieValue;
}
	
// Example:
// writeCookie("myCookie", "my name", 24);
// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
function writeCookie(name, value, hours) {
	var expire = "";
	if(hours != null) {
		expire = new Date((new Date()).getTime() + hours * 3600000);
	    expire = "; expires=" + expire.toGMTString();
	}
	document.cookie = name + "=" + escape(value) + expire;
}

function check_email(e) {
	ok = "1234567890qwertyuiop[]asdfghjklzxcvbnm.@-_QWERTYUIOPASDFGHJKLZXCVBNM";
	for(i=0; i < e.length ;i++){
	if(ok.indexOf(e.charAt(i))<0){ 
	return (false);
	}	
	} 
	if (document.images) {
	re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/;
	re_two = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
	if (!e.match(re) && e.match(re_two)) {
	return (-1);		
	} 
	}
}

function check_form(f) {
	if(!check_email(f.email.value)){
	alert("Your email address is invalid.  Please try again.");
	f.email.focus(); 
	if(document.all || document.getElementByID){
	f.email.style.background = "white";
	}
	return false;
	}
}

style_swatch = 'width: 130px;margin: 0px;padding: 0px;background: #fff;border: solid 1px #434343;color: #000;';
 	var cookievalue = 1;	
	var expired = 690;	// expired days	
	var now = new Date();
	now.setTime(now.getTime() + expired * 24 * 60 * 60 * 1000);
	
function bookmark(anchor){
	if(window.external)
	{	
		window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
		return false;
	}
	return true;
	}
function popitup_sendpage(url)	{
	newwindow=window.open(url,'newname','height=370,width=230,left=600,top=300');
	if (window.focus) {newwindow.focus()}
	return false;
	}
function popitup_printpage(url)	{
	newwindow=window.open(url,'printname','height=500,width=500,left=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
	}	
function popitup_enlarge(url) {
	newwindow=window.open(url,'enlargename','left=0, top=0, height=725,width=600,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
	}
function popitup_specs(url) {
	newwindow=window.open(url,'specsname','left=0, top=0, height=700,width=700,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
	}
function hideLoadMsg() {
	setTimeout("hideImg()",2040);
	}
function showImg(){
	document.getElementById("waitmsg").style.visibility = "visible";
	}
function hideImg(){
	document.getElementById("waitmsg").style.visibility = "hidden";
	}
function change_stain(stain_string){
 var imgnormal = document.getElementById("image-normal").src;
 var imgnormalstring = imgnormal.toString().toLowerCase();
 var imgnormalstring_array = imgnormalstring.split("/"); 
 var stain_array = imgnormalstring_array[6].split("-"); 
 	if (numberOfHandles == 0 && numberOfHinges == 0) {
  		var temp_stain_string1 = "-"+stain_array[2];
  		var temp_stain_string2 = "-"+stain_string+".jpg";
 		}	else	{
 		   var temp_stain_string1 = "-"+stain_array[2]+"-";
  	   var temp_stain_string2 = "-"+stain_string+"-";
  	}
 imgnormalstring = imgnormalstring.replace(temp_stain_string1,temp_stain_string2); 
 imgnormalstring = imgnormalstring.replace('cms_march4/images', 'images/zooomed_pics'); 
 imgnormalstring = imgnormalstring.replace('cms_nov21/images', 'images/zooomed_pics'); 
 
 document.getElementById("image-normal").src = imgnormalstring; 
 document.getElementById("wishstain").value = stain_string; 
 	if (hasZoomPic == "yes"){
 			var imgzoomstring = imgnormalstring.replace('normal', 'zoom');
 		} else {
 				var imgzoomstring = imgnormalstring.replace('normal', 'enlarge');
 			}
 imgzoomstring = imgzoomstring.toString().toLowerCase();
 zoom.bigImage.src = imgzoomstring;
 zoom.initZoom();
 showImg();
  hideLoadMsg(); 
  setCookie('productstainused', cookievalue, now);	
}
function change_hardware(hardware_string){
 var imgnormal = document.getElementById("image-normal").src;
 var imgnormalstring = imgnormal.toString().toLowerCase();
 var imgnormalstring_array = imgnormalstring.split("/"); 
 var hardware_array = imgnormalstring_array[6].split("-"); 
 var temp_hardware_string1 = "-" + hardware_array[3];
 var temp_hardware_string2 = "-" + hardware_string + ".jpg"; 
 imgnormalstring = imgnormalstring.replace(temp_hardware_string1,temp_hardware_string2); 
 imgnormalstring = imgnormalstring.replace('cms_march4/images', 'images/zooomed_pics'); 
 imgnormalstring = imgnormalstring.replace('cms_nov21/images', 'images/zooomed_pics'); 
 document.getElementById("image-normal").src = imgnormalstring;
 document.getElementById("wishhardware").value = hardware_string; 
 if (hasZoomPic == "yes"){
 			var imgzoomstring = imgnormalstring.replace('normal', 'zoom');
 		} else {
 				var imgzoomstring = imgnormalstring.replace('normal', 'enlarge');
 			}
 imgzoomstring = imgzoomstring.toString().toLowerCase();
 zoom.bigImage.src = imgzoomstring;
 zoom.initZoom();
  showImg();
  hideLoadMsg(); 
 if (hardware_string == "iw")
 {document.getElementById("hardware_span").innerHTML="Iron Warabite";}
	else if (hardware_string == "bw")
	 {document.getElementById("hardware_span").innerHTML="Brass Warabite";}
		else if (hardware_string == "ih")
 			{document.getElementById("hardware_span").innerHTML="Iron Hirute";}
			else if (hardware_string == "bh")
 				{document.getElementById("hardware_span").innerHTML="Brass Hirute";}
				else if (hardware_string == "ik")
					 {document.getElementById("hardware_span").innerHTML="Iron Kakute";}
 setCookie('producthardwareused', cookievalue, now);	
} 
function change_stain_span (stain_span_string){ 	 
 document.getElementById("stain_span").innerHTML=stain_span_string;  
}
function change_stains_thumb(elt){
	make_stains_thumbs_normal();
	document.getElementById(elt).className = 'stainsactive';
}
function make_stains_thumbs_normal(){
	document.getElementById('stainthumb1').className = 'stainsnormal';
	document.getElementById('stainthumb2').className = 'stainsnormal';
	document.getElementById('stainthumb3').className = 'stainsnormal';
	document.getElementById('stainthumb4').className = 'stainsnormal';
	document.getElementById('stainthumb5').className = 'stainsnormal';
	document.getElementById('stainthumb6').className = 'stainsnormal';
}
function change_hardware_thumb(elt){
	make_hardware_thumbs_normal();
	document.getElementById(elt).className = 'hwareactive';
}
function make_hardware_thumbs_normal(){
	if (thisProductName == 'hibachitable'){
		document.getElementById('hwarethumb3').className = 'hwarenormal';
		document.getElementById('hwarethumb5').className = 'hwarenormal';
		}	else	{
			var numberofHandleHinges = numberOfHandles;
			if (numberOfHinges > 0) {numberofHandleHinges = numberOfHinges+1; }
			for (var zz = 1; zz <= numberofHandleHinges; zz++){
				document.getElementById('hwarethumb'+zz).className = 'hwarenormal';
			}
		}
	}
function change_doors(){
 sliding_string = 'sliding';
 var imgnormal = document.getElementById("image-normal").src;
 var imgnormalstring = imgnormal.toString().toLowerCase();
 var imgnormalstring_array = imgnormalstring.split("/"); 
 var sliding_array = imgnormalstring_array[6].split("-"); 
 var temp_sliding_string1 = "-" + sliding_array[3];
 var temp_sliding_string2 = "-" + sliding_string + ".jpg"; 
 imgnormalstring = imgnormalstring.replace(temp_sliding_string1,temp_sliding_string2); 
 imgnormalstring = imgnormalstring.replace('cms_march4/images', 'images/zooomed_pics'); 
 imgnormalstring = imgnormalstring.replace('cms_nov21/images', 'images/zooomed_pics'); 
 document.getElementById("image-normal").src = imgnormalstring; 
 if (hasZoomPic == "yes"){
 			var imgzoomstring = imgnormalstring.replace('normal', 'zoom');
 		} else {
 				var imgzoomstring = imgnormalstring.replace('normal', 'enlarge');
 			}
 imgzoomstring = imgzoomstring.toString().toLowerCase();
 zoom.bigImage.src = imgzoomstring;
 zoom.initZoom();
}
function hide_caption()	{
		for(var i = 0; i < totalNumOfProducts; i++) {
			document.getElementById('caption_' + i).style.visibility = 'hidden';			
		}
	}
function show_caption(capid) {
		document.getElementById(capid).style.visibility = 'visible';	
	}		
function ask_question(descid1, descid2)	{
		document.getElementById(descid1).style.visibility = 'hidden';	
		document.getElementById(descid2).style.visibility = 'visible';	
	}
function change_ask_form(){
	if (document.getElementById('askcheckbox').checked == false) { document.getElementById('ask_q_form').action = 'http://www.greenteadesign.com/phppages/pr_askq_ty.php?nonews';  }
	else{ document.getElementById('ask_q_form').action = 'http://www.greenteadesign.com/phppages/pr_askq_ty.php?yesnews'; }
}
function fadeout_gallery_div(){
	setTimeout("fadout_gallery_div_help()", 4000);	
}
function fadout_gallery_div_help(){
	opacity('gallery', 100, 0, 500);
}
function opacity(id, opacStart, opacEnd, millisec) { 
    //speed for each frame 
    var speed = Math.round(millisec / 100); 
    var timer = 0; 
    //determine the direction for the blending, if start and end are the same nothing happens 
    if(opacStart > opacEnd) { 
        for(i = opacStart; i >= opacEnd; i--) { 
            setTimeout("changeOpac(" + i + ",'" + id + "')",(timer * speed)); 
            timer++; 
        } 
    } else if(opacStart < opacEnd) { 
        for(i = opacStart; i <= opacEnd; i++) 
            { 
            setTimeout("changeOpac(" + i + ",'" + id + "')",(timer * speed)); 
            timer++; 
        } 
    } 
} 
function changeOpac(opacity, id) { 
    var object = document.getElementById(id).style; 
    object.opacity = (opacity / 100); 
    object.MozOpacity = (opacity / 100); 
    object.KhtmlOpacity = (opacity / 100); 
    object.filter = "alpha(opacity=" + opacity + ")"; 
} 
function check_form_ask(f) {
	if(!check_email(f.contact_email.value)){
		alert("Your email address is invalid.Please enter again.");
		return false;
	}
	if(!check_email(f.another_email.value)){
		alert("Your email address is invalid.Please enter again.");
		return false;
	}
	if(f.another_email.value != f.contact_email.value){
		alert("Please re-enter correct email address.");
		return false;
	}	
	if(f.comments.value == ''){
		alert("Please enter your question.");
		return false;
	}
}
var mTimerTvSchedule;
function grille_start_slide(sens){	     
		  var speed;
		  speed=1;		        
		  if(mTimerTvSchedule)
		    { return;}		               
			window.clearInterval(mTimerTvSchedule);		
			mSize = parseInt(document.getElementById('topnav_inside').style.width)- totalNumOfProducts*60;
			mDiv = document.getElementById("topnav_temp");
			if (sens == "leftwards"){
					mNewPosition = parseInt(mDiv.style.left) + 2*68;
					mTimerTvSchedule = window.setInterval(function(){grille_slide('leftwards', mNewPosition);}, speed);		
			} else {
					mNewPosition = parseInt(mDiv.style.left) - 2*68;
					mTimerTvSchedule = window.setInterval(function(){grille_slide('rightwards', mNewPosition);}, speed);		
			}
		}
function grille_slide(sens, position) {
			var scrollnum = 64*(totalNumOfProducts - 9) + 2*((totalNumOfProducts - 10)); 
			if (scrollnum > 0) { 
				mSize2 = -1*scrollnum;
			} else {
				mSize2 = -1;
			}			
		  var increment;
		  increment= 2;
			mDiv = document.getElementById("topnav_temp");
			if (sens == "leftwards"){				
				if (parseInt(mDiv.style.left) >= position){
					window.clearInterval(mTimerTvSchedule);
					mTimerTvSchedule=null;								
					if (parseInt(mDiv.style.left) == 0) {
						document.getElementById('previous').style.visibility = 'hidden';	
						}				   	
				}	else if (parseInt(mDiv.style.left) > 0) {
					window.clearInterval(mTimerTvSchedule);
					mTimerTvSchedule=null;
					document.getElementById('previous').style.visibility = 'hidden';		
				}else {
					mDiv.style.left = parseInt(mDiv.style.left)+ parseInt(increment) + "px";					
				}
			} else {
				if (parseInt(mDiv.style.left)<= position) 
				{
					window.clearInterval(mTimerTvSchedule);
					mTimerTvSchedule=null;
					if (parseInt(mDiv.style.left) == mSize2) 
						{
						document.getElementById('next').style.visibility = 'hidden';	
						}
				}
				else if (parseInt(mDiv.style.left) < mSize2)
				{
					window.clearInterval(mTimerTvSchedule);
					mTimerTvSchedule=null;
					document.getElementById('next').style.visibility = 'hidden';					
				}
				else 
				{
					mDiv.style.left = parseInt(mDiv.style.left) - parseInt(increment)+ "px";
				}
			}			
		}
function stop_scroller(){
		window.clearInterval(mTimerTvSchedule);
		mTimerTvSchedule=null;	
	}	
	
/* Copyright 2006 LuckyTeam.co.uk. To use this code on your own site, visit http://luckyteam.co.uk */
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('8 7=\'o\';8 W=2d.2e.2f();5(W.P("B")!=-1){7=\'B\'}m 5(W.P("o")!=-1){7=\'o\'}m 5(W.P("2c")!=-1){7=\'I\'}8 S=2b 28();a T(1H){h 9.29(1H)};a 1j(){h q};a O(M,n,L){5(7==\'I\'||7==\'B\'){M.2a(n,L,q)}m 5(7==\'o\'){M.2g("1i"+n,L)}};a 1y(M,n,L){5(7==\'I\'||7==\'B\'){M.2h(n,L,q)}m 5(7==\'o\'){M.2n("1i"+n,L)}};a F(1p,23){8 27=24;h a(){1p[23].2m(1p,24,"")}};a p(1Y,1X,1T,1U,b){4.17=q;4.g=T(1Y);4.z=T(1X);4.c=T(1T);4.d=T(1U);4.l=0;4.b=b;5(!4.b["R"]){4.b["R"]=""}4.1f=0;4.X=0;4.D=0;4.A=0;4.E=20;4.2l=20;4.t=0;4.s=0;4.2i=\'\';4.1o=q;S.2j(4);4.1m=F(4,"1a")};p.r.2k=a(){1y(u.9,"U",4.1m)};p.r.1a=a(e){8 y=0;8 x=0;5(7==\'o\'){y=e.15;x=e.11;5(9.V&&(9.V.1b||9.V.N)){y=e.15+9.V.N;x=e.11+9.V.1b}m 5(9.Y&&(9.Y.1b||9.Y.N)){y=e.15+9.Y.N;x=e.11+9.Y.1b}}m{y=e.15;x=e.11;5(W.P("1v")==-1){y+=u.1A;x+=u.1x}}K=J=0;8 j=4.z;1l(j.1d!="1Q"&&j.1d!="25"){K+=j.1Z;J+=j.1t;j=j.1W}5(x>v(J+4.D)){4.12();h q}5(x<v(J)){4.12();h q}5(y>v(K+4.A)){4.12();h q}5(y<v(K)){4.12();h q}h k};p.r.1n=a(e){5(7==\'I\'){e.Q=k;e.1h();e.1u()}m 5(7==\'o\'||7==\'B\'){u.n.Q=k}4.g.6.1g=\'1K\'};p.r.1r=a(e){5(7==\'I\'){e.Q=k;e.1h();e.1u()}m 5(7==\'o\'||7==\'B\'){u.n.Q=k}4.g.6.1g=\'2p\'};p.r.U=a(e){5(7==\'I\'){e.Q=k;e.1h();e.1u()}m 5(7==\'o\'||7==\'B\'){u.n.Q=k}26(i=0;i<S.2o;i++){5(S[i]!=4){S[i].1a(e)}}5(4.b&&4.b["1M"]==k){5(4.g.6.1g!=\'1K\'){h}}5(4.17){h}5(!4.1a(e)){h}4.17=k;8 1D=4.z;8 J=0;8 K=0;5(7==\'I\'||7==\'B\'){8 j=1D;1l(j.1d!="1Q"&&j.1d!="25"){K+=j.1Z;J+=j.1t;j=j.1W}}5(7==\'o\'){4.t=n.x-4.z.1t;8 N=0;4.s=n.y+N}m{4.t=e.11-J;4.s=e.15-K;5(W.P("1v")==-1){4.t+=u.1x;4.s+=u.1A}}5((4.t+4.E/2)>=4.D){4.t=4.D-4.E/2}5((4.s+4.C/2)>=4.A){4.s=4.A-4.C/2}5((4.t-4.E/2)<=0){4.t=4.E/2}5((4.s-4.C/2)<=0){4.s=4.C/2}1O(F(4,"1k"),10)};p.r.1k=a(){4.l.6.16=(4.t-4.E/2)+\'G\';4.l.6.1c=(4.s-4.C/2)+\'G\';4.l.6.Z="1e";1z=v(4.l.6.16)*(4.1f/4.D);1C=v(4.l.6.1c)*(4.X/4.A);4.d.6.16=(-1z)+\'G\';4.d.6.1c=(-1C)+\'G\';4.c.6.1q=\'1B\';4.c.6.Z=\'1e\';4.d.6.1q=\'1B\';4.d.6.Z=\'1e\';4.17=q};p.r.12=a(){5(4.b&&4.b["2P"]==k)h;4.l.6.Z="1G";4.c.6.1q=\'22\';4.c.6.Z=\'1e\'};p.r.1L=a(){4.l=9.14("1s");4.l.21=\'2M\';4.E=(v(4.c.6.H)-3)/(4.1f/4.D);5(4.b&&4.b["R"]!=""){4.C=(v(4.c.6.w)-3-19)/(4.X/4.A)}m{4.C=(v(4.c.6.w)-3)/(4.X/4.A)}4.l.6.H=4.E+\'G\';4.l.6.w=4.C+\'G\';4.g.13(4.l);4.g.2K="1i";4.g.6.2J="22";4.g.2I=1j;4.g.2q=1j};p.r.1N=a(){8 1F=4.d.1E;1l(4.c.1V){4.c.2O(4.c.1V)}5(7==\'o\'){8 f=9.14("2N");f.6.16=\'1S\';f.6.1c=\'1S\';f.6.1J=\'2L\';f.6.2G=\'2w:2H.2x.2v(6=0,2u=0)\';f.6.H=4.c.6.H;f.6.w=4.c.6.w;f.2r=0;4.c.13(f)}5(4.b&&4.b["R"]!=""){8 f=9.14("1s");f.21=\'2s\';f.2t=4.b["R"];4.c.13(f)}8 1R=9;8 1I=1R.2y;8 2z=1I.2E;8 18=9.14("1s");18.6.2F="1G";4.c.13(18);4.d=9.14("2D");4.d.1E=1F;4.d.6.1J=\'2C\';18.13(4.d)};p.r.1w=a(){5(W.P("1v")!=-1){5(!4.1o){O(4.d,"2A",F(4,"1w"));4.1o=k;h}}m{5(!4.d.1P||!4.z.1P){1O(F(4,"1w"),2B);h}}4.1f=4.d.H;4.X=4.d.w;4.D=4.z.H;4.A=4.z.w;4.g.6.H=4.z.H+\'G\';4.g.6.w=4.z.w+\'G\';4.1N();4.1L();O(u.9,"U",4.1m);O(4.g,"U",F(4,"U"));5(4.b&&4.b["1M"]==k){O(4.g,"1n",F(4,"1n"));O(4.g,"1r",F(4,"1r"));4.t=4.D/2;4.s=4.A/2;4.1k()}};',62,176,'||||this|if|style|luckyZoom_ua|var|document|function|settings|bigImageCont|bigImage|||smallImageCont|return||tag|true|pup|else|event|msie|luckyZoom|false|prototype|positionY|positionX|window|parseInt|height|||smallImage|smallImageSizeY|opera|popupSizeY|smallImageSizeX|popupSizeX|luckyZoom_createMethodReference|px|width|gecko|smallX|smallY|listener|obj|scrollTop|luckyZoom_addEventListener|indexOf|cancelBubble|header|LuckyZoom_zooms|_el|mousemove|body||bigImageSizeY|documentElement|visibility||clientX|hiderect|appendChild|createElement|clientY|left|recalculating|ar1||checkcoords|scrollLeft|top|tagName|visible|bigImageSizeX|cursor|preventDefault|on|luckyView_ia|showrect|while|checkcoords_ref|mousedown|safariOnLoadStarted|object|display|mouseup|DIV|offsetLeft|stopPropagation|safari|initZoom|pageXOffset|luckyZoom_removeEventListener|perX|pageYOffset|block|perY|smallImg|src|bigimgsrc|hidden|id|dcl|position|move|initPopup|drag_mode|initBigContainer|setTimeout|complete|BODY|dc|0px|bigImageContId|bigImageId|firstChild|offsetParent|smallImageId|smallImageContId|offsetTop||className|none|methodName|arguments|HTML|for|args|Array|getElementById|addEventListener|new|mozilla|navigator|userAgent|toLowerCase|attachEvent|removeEventListener|baseuri|push|stopZoom|popupSizey|apply|detachEvent|length|default|oncontextmenu|frameBorder|luckyZoomHeader|innerHTML|opacity|Alpha|progid|Microsoft|location|dclh|load|100|relative|IMG|href|overflow|filter|DXImageTransform|onselectstart|MozUserSelect|unselectable|absolute|luckyZoomPup|IFRAME|removeChild|bigImage_always_visible'.split('|'),0,{}))

	
