	// ºÐ¾ç»ó°¡ Å¬¸¯½Ã È¨ÆäÀÌÁöÀÇ °æ¿ì
	function show_homepage(url, auto_no)
	{
		//alert();
		if(url != "" && auto_no != ""){
			//var ifrm_addr = "/cp/sangga/popular_sangga_proc.php?auto_no=" + auto_no;
			//document.getElementById("ifrm_click").src = ifrm_addr;
			window.open(url, "SALE_HOME", "");	
		}
	}

	// ºÐ¾ç»ó°¡ Å¬¸¯½Ã ¸®¸ðÄÜÀÇ °æ¿ì
	function show_remote(url, auto_no)
	{
		if(url != "" && auto_no != ""){
			//var ifrm_addr = "/cp/sangga/popular_sangga_proc.php?auto_no=" + auto_no;
			//document.getElementById("ifrm_click").src = ifrm_addr;
			var opt = "";
			opt = "toolbar=0, location=0, directories=0, status=0, menubar=0, resizable=0, scrollbars=1, linemenubar=0, modal=yes, dependent=yes, left=0, top=0, width=1020, height=800";
			window.open(url, "SALE_HOME", opt);	
		}
	}



	// ±¤°í¿µ¿ª È¨ÆäÀÌÁö ¶ç¿ì±â
	function classAdvert(){}

	classAdvert.prototype = {
		
		open_home : function(addr)
		{
			window.open(addr, "_SANGGA");
		}
	};

	if(typeof cAd == "undefined"){
		var cAd = new classAdvert;
	}
