<!--
	function OpenCatalogue()
	{
		var l,t;
		var newWnd;
		
		if(window.screen.availHeight < 600 || window.screen.availWidth < 800)
		{
			l = 0;
			t = 0;
		}
		else
		{
			l = (window.screen.availWidth - 800) / 2;
			t = (window.screen.availHeight - 600) / 2;
		}
		
		newWnd = window.open("http://www.promotional-store.com/hfftr57fcx56/lo073/catalogue.html","cat","width=800,height=600,left=" + l + ",top=" + t + ",location=no,menubar=no,status=no,titlebar=no,toolbar=no,resizable=yes",true);
	}


	function switchImg(){
		var aDivs = document.body.getElementsByTagName("DIV");
		
		for(i=0;i<aDivs.length;i++)
		{
			if(aDivs[i].className=='pageArea')
				aDivs[i].style.backgroundImage='url("images/bg-image03.jpg")';
		}
	}
//-->