		function EmailFriend (id, store, product) {
			window.open ('http://www.islamic-store.com/email_to_friend/email_to_friend.php?id='+id+'&store='+store+'&prod_name='+product, '', 'width=570, height=682');
		}

			function enlargeimages()	{
				document.getElementById('largediv').style.display = 'inline';
				document.getElementById('imagediv').style.display = 'inline';
			}
			function hideimages()	{
				document.getElementById('largediv').style.display = 'none';
				document.getElementById('imagediv').style.display = 'none';
			}

	

