// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, À©µµ¿ì¸ðµå)
function flashWrite(url,w,h,id,bg,win){

	// ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
	var flashStr=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);

}



/**
 * flash menu link
 * menu ¼ø¼­´ë·Î Á¤¸®
 */
function menulink(num){
	//alert(num);
    switch(num){
    //HOME
   
    
   
	case 0101 : //
        location.href = "/eng/aboutus/aboutus01.html"; break;
		
	case 0201 : //
        location.href = "/eng/cheunbokscrew/cheunbokscrew01.html"; break;
	case 0202 : //
        location.href = "/eng/cheunbokscrew/cheunbokscrew02.html"; break;
	case 0203 : //
        location.href = "/eng/cheunbokscrew/cheunbokscrew03.html"; break;
	case 0204 : //
        location.href = "/eng/cheunbokscrew/cheunbokscrew04.html"; break;		
		
	case 0301 : //
        location.href = "/eng/sero/sero01.html"; break;		
	case 0302 : //
        location.href = "/eng/sero/sero02.html"; break;		
	case 0303 : //
        location.href = "/eng/sero/sero03.html"; break;				
	case 0304 : //
        location.href = "/eng/sero/sero04.html"; break;		
		
	case 0401 : //
        location.href = "/eng/speedguide/speedguide01.html"; break;		
	case 0402 : //
        location.href = "/eng/speedguide/speedguide02.html"; break;				
	case 0403 : //
        location.href = "/eng/speedguide/speedguide03.html"; break;				
	case 0404 : //
        location.href = "/eng/speedguide/speedguide04.html"; break;		
		
	case 0501 : //
        location.href = "/eng/shaft/shaft01.html"; break;			
	case 0502 : //
        location.href = "/eng/shaft/shaft02.html"; break;				
	case 0503 : //
        location.href = "/eng/shaft/shaft03.html"; break;				
	case 0504 : //
        location.href = "/eng/shaft/shaft04.html"; break;		
		
		
		
    }
    return;

}




