/***********************************************************************************
      Program ID   : common.js
      Description  : Common Module & Javascript for LG Siltron Information Systems
************************************************************************************
      ÇÔ¼ö¸í()           -> ±â´É
************************************************************************************
                                  MODIFICATION LOG

           DATE                        AUTHORS                     DESCRIPTION
        ----------                   -----------               -------------------
        2003/03/20                     ¹Ú ÁØ ±Ô                   Initial Release
***********************************************************************************/



//* ÇÃ·¡½Ã Action Script ¸Þ´º¸¦ Java Script·Î ¿¬°è½ÃÄÑ °æ·Î¸¦ Á¦¾îÇÏ´Â ºÎºÐ *//

// ¸ÞÀÎ
function m1()    {top.location = '/index.html';} //home
function m2()    {top.location = '/sitemap.html';}//»çÀÌÆ®¸Ê
function m3()    {top.location = '/contact.html';}//ÄÁÅØÆ®
function m4()    {top.location = 'http://www.ez-i.co.kr';}//ÀÌÁö¾ÆÀÌ


// ¼­ºê 1
function m01_01()    {top.location = '/01_introduction/m1_1.html';}
function m01_02()    {top.location = '/01_introduction/m1_2.html';}
function m01_03()    {top.location = '/01_introduction/m1_3.html';}
function m01_04()    {top.location = '/01_introduction/m1_4.html';}




// ¼­ºê 2
function m02_01()    {top.location = '/02_ci/m2_1.html';}
function m02_02()    {top.location = '/02_ci/m2_2.html';}


// ¼­ºê 3
function m03_01()    {top.location = '/03_layout/m3_1.html';}
function m03_02()    {top.location = '/03_layout/m3_2.html';}
function m03_03()    {top.location = '/03_layout/m3_3_1.html';}
function m03_04()    {top.location = '/03_layout/m3_4_1.html';}
function m03_05()    {top.location = '/03_layout/m3_5.html';}
function m03_06()    {top.location = '/03_layout/m3_6.html';}


// ¼­ºê 4
function m04_01()    {top.location = '/04_graphic/m4_1.html';}
function m04_02()    {top.location = '/04_graphic/m4_2.html';}
function m04_03()    {top.location = '/04_graphic/m4_3.html';}



// ¼­ºê 5
function m05_01()    {top.location = '/05_typography/m5_1.html';}
function m05_02()    {top.location = '/05_typography/m5_2.html';}



// ¼­ºê 6
function m06()    {top.location = '/06_color/m6.html';}



// ¼­ºê 7
function m07_01()    {top.location = '/07_technical/m7_1.html';}
function m07_02()    {top.location = '/07_technical/m7_2.html';}
function m07_03()    {top.location = '/07_technical/m7_3.html';}

