
 // ÀÌ¹ÌÁö¸í ÅøÆÁ
	function show(str)
	{
	info.innerText=str;
	info.style.display = "inline"
	}
	function hide()
	{
	info.style.display="none"
	}
	function movetip()
	{
	info.style.pixelTop=event.y+document.body.scrollTop+10;
	info.style.pixelLeft=event.x+document.body.scrollLeft+10;
	 
	}
	document.onmousemove=movetip;
	
	

 // ½½¶óÀÌµå¼î
	function openSlide(url) {   
		window.open(url, 'slide', 'location=0, menubar=0, scrollbars=0, resizable=0, width=675, height=356');
	}
// 800 ÀÌ¹ÌÁö º¸¿©ÁÖ±â
	function openPhoto() {   
		window.open('slide_show.php', 'view', 'location=0, menubar=0, scrollbars=0, resizable=0, width=840, height=690');
	}
	function openMyphoto() {   
		document.location.href="http://logencyber.encyber.com/photorental/myphoto.php";
	}
	function openCart() {   
		document.location.href="http://logencyber.encyber.com/photorental/cart.php";
	}
