var textimg=new Image();

		var textimgh1=new Image();
	textimgh1.src="images/hc1.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
		var textimgh2=new Image();
	textimgh2.src="images/hc2.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
			var textimgh3=new Image();
	textimgh3.src="images/hc3.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
			var textimgh4=new Image();
	textimgh4.src="images/hc4.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
				var textimgh5=new Image();
	textimgh5.src="images/hc5.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
			var textimgh6=new Image();
	textimgh6.src="images/hc6.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
	var textimgh7=new Image();
	textimgh7.src="images/hc7.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	
	var textimgh8=new Image();
	textimgh8.src="images/hc8.jpg";
	var nullimg=new Image();
	nullimg.src="images/null_2X2.gif";
	


	
function ltrim (s){
return s.replace(/^\s*/, "")
}

function rtrim (s){
return s.replace(/\s*$/, "");
}

function trim (s){
return rtrim(ltrim(s));
}

function open_window(url) 
{
	window.open(url, "Living",'toolbar=yes,location=1,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,width=640,height=395')
}

function open_Window_c(url) 
{
	popupWin = window.open(url, 'openGM', 'toolbar=no,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=0,width=200,height=150,top=10,left=10')
}

function open_Window_b(url) 
{
	popupWin = window.open(url, 'openWin', 'toolbar=no,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=0,width=410,height=590,top=10,left=550')
}

function open_Window_a(url) 
{
	window.open(url, 'openWin', 'scrollbars,width=640,height=395,left=10,top=10,toolbar,menubar,status,location,resizable')
}	

function open_Window_d(url) 
{
	window.open(url, 'openWin', 'width=250,height=250,left=40,top=30,resizable=no')
}	

function open_Window_contact(url) 
{
	window.open(url, 'contact', 'scrollbars,width=770,height=581,left=10,top=10,toolbar,menubar,status,location,resizable')
}

function getSrc(n){
    img = n.toString(); 
 	eval("n = document." + img + ".src"); 
 	if(n.indexOf("_lit")< 0){
 		dot = n.lastIndexOf(".");
 		temp = n.substr(dot,n.length).toString();
		orig = n.substr(0,dot).toString();
		newsrc = orig + "_lit" + temp;
	 	newsrc = newsrc.toString();
 	return newsrc;
 	}
	else{return n;}
 }

function convert(imgname) {
       n = arguments[0].toString();

   		eval("oldSrc = document." + n + ".src");
   		old = n;
  		eval("document." + n + ".src=getSrc('" + imgname + "')");
 }
   
   function back() {
    if(J11) {
     eval("document." + old + ".src=oldSrc");
    }
   }

