//¹öÆ°ÀÌ¹ÌÁö º¯°æ
<!--

function ChangeImage1(){
document.new_border.location.href="new_story.html";
document.button1.src = "images/button/templevill_right_n_on.gif" ;
document.button2.src = "images/button/templevill_right_m_off.gif" ;
}
function ChangeImage2(){
document.new_border.location.href="new_border.html";
document.button1.src = "images/button/templevill_right_n_off.gif" ;
document.button2.src = "images/button/templevill_right_m_on.gif" ;}


//FAQ º¸¿©ÁÖ±â

 function goToPage(page){
    form = document.PageForm;
    form.page.value = page;
    form.command.value = "list";    
    form.action = "/product/Product.jsp";
    form.submit();
 }	
 //±Û³»¿ëº¸±â
 function goToContent(comment_seq, page){
 	form = document.PageForm;
    form.page.value = page;
    form.command.value = "view";     
	form.comment_seq.value = comment_seq;
    form.action = "/product/Product.jsp";
    form.submit();
 }

    function moveToComment(f_url){

         	location.href=f_url;
  
    }
 
    //»ç¿ëÈÄ±â ±Û¾²±â ·Î±×ÀÎ Ã¼Å©
    function estimateLoginChk(goods_code , command ){

         	form = document.PageForm;
            form.command.value = command;
        	form.i_code.value = goods_code;
            form.action = "/product/Product.jsp";
            form.submit();
        
 }

	function showhide(what) {
    	if (what.style.display=='') {
        closewhide(what);
        return ;
    	}
  
	    if (what.style.display=='none') {
	        what.style.display='';
	    }
    	
	}
	function closewhide(what) {
	    what.style.display='none'; 
	}
	
	-->