// define the function
	function tagClick (  img  ){ 
		//clickX = window.event.x-img.offsetLeft; 
		//clickY = window.event.y-img.offsetTop; 
		//photo_id = document.getElementById( "photo_id" ).value;
		
		window.location = "/mycelebrityfashion.co.uk/tag-step1.php?id="+photo_id;
		
	} 