function o_info(no){ 
	window.open("/user/o_info.php?no="+no, "n", "left=100 , top=100 , width=550, height=580, status=yes, scrollbars=yes");
}
function b_info(no){ 
	window.open("/user/b_info.php?no="+no, "n", "left=100 , top=100 , width=550, height=580, status=yes, scrollbars=yes");
}

function c_info(no){ 
	window.open("/user/c_info.php?no="+no, "n", "left=100 , top=100 , width=550, height=580, status=yes, scrollbars=yes");
}

function pp(){ // 게시판들 프린트
		window.open("/zardsama/print.php?target=printArea","print_window","menubar=no scrollbars=yes statusbar=no toolbar=no resizable=no");		
	}

	// 언어별 이동
function goPage(str){
	 
		str2 = str.split('|'); 
		url =    str2[0] ;
  
		location.href="/inc/change_language.php?url="+url+"&code="+str2[1];
}
// 비지니스 검색
function gosearch() {
  document.frmsearch.submit();
}
 
 //  home > Cyber Market > Sell
 function changeimg(str){
	document.getElementById('viewerZoomImage').src=str;	
}

 // newsletter flash open
 function show_newsletter(str){
	window.open(str,"news_letter","width=900, height=650 ,menubar=no ,scrollbars=no, statusbar=no, toolbar=no,resizable=yes  ");		
 }