function move_in(img_name,img_src) {
	document[img_name].src=img_src;
}

function move_out(img_name,img_src,img_title,img_desc) {

	if(document.getElementById) {
		document.getElementById('PicName').innerHTML="<DIV align='Left'>"+img_title+"</DIV>";
		document.getElementById('PicDesc').innerHTML="<DIV VALIGN='top' align='Left'>"+img_desc+"</DIV>";
		document.getElementById('PicSrc').innerHTML="<img vALIGN='top' name='master' border='0' src='gallery/"+img_src+"'   align='left'>"
	}else{
		document.layers['PicName'].document.open();
		document.layers['PicName'].document.write("<DIV align='Left'>"+img_title+"</DIV>");
		document.layers['PicName'].document.close();
		document.layers['PicDesc'].document.open();
		document.layers['PicDesc'].document.write("<DIV VALIGN='top' align='Left'>"+img_desc+"</DIV>");
		document.layers['PicDesc'].document.close();
		document.layers['PicSrc'].document.open();
		document.layers['PicSrc'].document.write("<img  name='master' border='0' src='gallery/"+img_src+"'   align='left'>");
		document.layers['PicSrc'].document.close();
	}

	}


/* Text for the range of 9 types of blinds */
	
desctext =[
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" ",
	" "
];
