/*INISEAL:[xrLeG8vXMKQ223kYyxd9hReDIgM%3D%0A]*/

function closelayer() {
	document.getElementById("pop_wrap").style.visibility = "hidden";
}

function showlayer(pTop, pLeft, pWidth) {
	var p = document.getElementById("pop_wrap");
    //var p2 = document.getElementById("hana_pop");
 	p.style.left=pLeft; 
 	p.style.top=pTop; 
 	// p.style.zIndex="9013"; 
 	p.style.position="absolute"; 
 	// p.style.display="block";
	p.style.visibility = "visible";
	p.style.width="380px";
    //p2.style.width="_340px";
}

