function flash(c,d,e) {
 var flash_tag = "";
 flash_tag = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
 flash_tag +='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ';
 flash_tag +='WIDTH="'+c+'" HEIGHT="'+d+'" >';
 flash_tag +='<param name="wmode" value="transparent">'; 
 //ÀÌºÎºÐÀº ÇÃ·¡½¬ ¹è°æÀ» Åõ¸íÀ¸·Î ¼³Á¤ÇÏ´Â ºÎºÐÀ¸·Î ÇÊ¿ä¾ø´Ù¸é »èÁ¦ÇØµµ ¹«¹æÇÔ
 flash_tag +='<param name="movie" value="'+e+'">';
 flash_tag +='<param name="quality" value="high">';
 flash_tag +='<embed src="'+e+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flash_tag +='type="application/x-shockwave-flash"  WIDTH="'+c+'" HEIGHT="'+d+'"></embed></object>';
 document.write(flash_tag);
}

function main()	{ location.href="/index.html"; }

function sub01()	{ location.href="company01.html"; }

function sub02() { location.href="Products01.html"; }

function sub03()	{ location.href="references01.html"; }

function sub04() { location.href="/Support01.html"; }

function sub05() { location.href="/Partners01.html"; }

function sitemap() { location.href="/sitemap.html"; }

function english() { location.href="/eng/index.html"; }

function calcHeight()
{
//find the height of the internal page
var the_height=document.getElementById('the_iframe').contentWindow.document.body.scrollHeight;

//change the height of the iframe
document.getElementById('the_iframe').height=the_height;
}

function calcHeight2() 
{ 

//find the height of the internal page 
var the_height=document.getElementById('main_content').contentWindow.document.body.scrollHeight;

//change the height of the iframe 
if(the_height<400){
    the_height=400;
}
document.getElementById('main_content').height=the_height; 



} 
