	//<![CDATA[

	<!-- Hide the script from non-script-friendly browsers

var message="All Website Content Copyright (c) 2010 Clear Image Glass and Showerscreens!";



function clickIE()

 

{if (document.all)

{alert(message);return false;}}



 

function clickNS(e) {

	if (document.layers||(document.getElementById&&!document.all)) {

		if (e.which==2||e.which==3) {

			return false;

		}

	}

}



if (document.layers) {

	document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;

} else {

	document.onmouseup=clickNS;document.oncontextmenu  =clickIE;

}

 

document.oncontextmenu=new Function("alert(message);return false")



var a = 0;



function hidedelay() {

	a = setTimeout("hidedd()", 300);

}

function canceldelay() {

	clearTimeout(a);

}

function hidedd() {

	document.getElementById("dd1").style.display = "none";

}

function pic_next() {
	if (cur_pic<max_pic) {
		cur_pic = cur_pic + 1;
	} else {
		cur_pic = 1;
	}
	if (isplaying) {
		isplaying = false;
		clearInterval(rot_timer);
		change_pic();
		isplaying = true;
		rot_timer = setInterval("change_pic()", 5000);
	} else {
		clearInterval(rot_timer);
		change_pic();
		rot_timer = setInterval("change_pic()", 5000);
	}
}
function pic_prev() {
	if (cur_pic>1) {
		cur_pic = cur_pic - 1;
	} else {
		cur_pic = max_pic;
	}
	if (isplaying) {
		isplaying = false;
		clearInterval(rot_timer);
		change_pic();
		isplaying = true;
		rot_timer = setInterval("change_pic()", 5000);
	} else {
		clearInterval(rot_timer);
		change_pic();
		rot_timer = setInterval("change_pic()", 5000);
	}
}
function pic_playpause() {
	if (isplaying) {
		isplaying = false;
		document.getElementById('playpause').value = "|> Resume";
	} else {
		isplaying = true;
		document.getElementById('playpause').value = "|| Pause";
	}
}

	// stop hiding the script -->

	//]]>