if (document.images){
	var lid_pictures		= new Array(12);
	lid_pictures[0]			= "<img src='/4paws/graphics/scentiment/p51.jpg' width='175' height='175' border='0' />";
	lid_pictures[1]			= "<img src='/4paws/graphics/scentiment/p42.jpg' width='175' height='175' border='0' />";
	lid_pictures[2]			= "<img src='/4paws/graphics/scentiment/p53.jpg' width='175' height='175' border='0' />";
	lid_pictures[3]			= "<img src='/4paws/graphics/scentiment/p50.jpg' width='175' height='175' border='0' />";
	lid_pictures[4]			= "<img src='/4paws/graphics/scentiment/p49.jpg' width='175' height='175' border='0' />";
	lid_pictures[5]			= "<img src='/4paws/graphics/scentiment/p48.jpg' width='175' height='175' border='0' />";
	lid_pictures[6]			= "<img src='/4paws/graphics/scentiment/p44.jpg' width='175' height='175' border='0' />";
	lid_pictures[7]			= "<img src='/4paws/graphics/scentiment/p52.jpg' width='175' height='175' border='0' />";
	lid_pictures[8]			= "<img src='/4paws/graphics/scentiment/p46.jpg' width='175' height='175' border='0' />";
	lid_pictures[9]			= "<img src='/4paws/graphics/scentiment/p45.jpg' width='175' height='175' border='0' />";
	lid_pictures[10]		= "<img src='/4paws/graphics/scentiment/p41.jpg' width='175' height='175' border='0' />";
	lid_pictures[11]		= "<img src='/4paws/graphics/scentiment/p43.jpg' width='175' height='175' border='0' />";
	
	// sets lid_pictures from Arrays in header
    	function show_lids(arg){
			document.getElementById('lidpix').innerHTML=lid_pictures[arg];
			return true;
			}				
}
