
// ÇÃ·¡½¬ Å×±× ÇÔ¼ö ½ÃÀÛ

function getObj_Activex(id) {
  document.write(document.getElementById(id).value);
}


function FlashScript(fname,fwidth,fheight,fid){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+fwidth+'" height="'+fheight+'">');
	document.write('<param name="movie" value="'+fname+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="'+fname+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+fwidth+'" height="'+fheight+'"></embed>');
	document.write('</object>');
}

    
// ÇÃ·¡½¬ Å×±× ÇÔ¼ö ³¡  





// »óÇ° µð½ºÇÃ·¹ÀÌ ½ÃÀÛ 
function FzProd(brand,name,price,url,img,td){

    if(td=='td'){ document.write('<td width="125">'); }
	
	document.write('<table border="0" cellpadding="2" cellspacing="1" bgcolor="DBDFDA">');
	document.write('<tr bgcolor="ffffff">');
	document.write('<td><a href="'+ url +'" target="prod"><img src="'+ img +'" class="imgB"></a><br></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<a href="'+ url +'" class="fz_link" target="prod">');	
	document.write('<span style="height:70;" class="fz_pname"><b>['+ brand +']</b><br>'+ name +'<br></span>');
	document.write('<span class="fz_price">\\'+ price +'</span>');
	document.write('</a>');

    if(td=='td'){ document.write('</td>'); }
}
// »óÇ° µð½ºÇÃ·¹ÀÌ ³¡ 




// ¼ûÀº ¸Þ´º ½ÃÀÛ
	function hide_table(name,line)
	{
		submenu=eval(name+".style");
        if(line=='on'){ submenu.display='block'; }
        else{ submenu.display='none'; }
	}
	
	function hide_gallery(part,name,nmax,line)
	{
		for (i=1;i<=nmax;i++) {
			pb=eval("pb_"+part+i+".style");
			pb.display='none';
		}
		pb=eval("pb_"+part+name+".style");
        if(line=='on'){ pb.display='block'; }
        else{ pb.display='none'; }
	}
// ³¡	  