﻿function flashView(_url, wsize, hsize, wmode) {
    document.write();
    document.write('<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=' + wsize + ' height=' + hsize + ' VIEWASTEXT ID="Object1">');
    document.write('<param name="movie" value=' + _url + ' />');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<param name="menu" value="false">');
    document.write('<embed src=' + _url + ' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width=' + wsize + ' height=' + hsize + '></embed>');
    document.write('</object>');
    document.write();
}

//-----------------------------------------------------
//intro 플래쉬
//-----------------------------------------------------
function mainLink(str) {
    if(str == "house")
        //this.location.href = '';
        this.location.href = '/House/Willy.aspx';   //alert("HOUSE 马上开通");
    else if(str == "cafe")
        //this.location.href = '/Cafe/Community/List.aspx?MstBrdNo=16';
        this.location.href = '/Cafe/CafeMain.aspx';
    else if(str == "shop")
        this.location.href = '/Style/CategoryMain.aspx';
    else if(str == "skip")
        this.location.href = '/Style/CategoryMain.aspx';    
}

//-----------------------------------------------------
//Top menu 플래쉬
//-----------------------------------------------------
function topLink(str) {
    if (str == "0")                                                      //T.W.House
        this.location.href = '/House/Willy.aspx';
    else if (str == "00")                                                //Hello teenieweenie
        this.location.href = '/House/BlogList.aspx?MstBrdNo=20';
    else if (str == "01")                                                //Our Store
        this.location.href = '/House/StoreList.aspx';
        
    if (str == "1")                                                 //TW.Cafe           
        //this.location.href = '/Cafe/Community/List.aspx?MstBrdNo=16';
        this.location.href = '/Cafe/CafeMain.aspx';
    else if (str == "10")                                                //Teemo club
        //this.location.href = '/Cafe/Community/List.aspx?MstBrdNo=2';
        this.location.href = '/Cafe/CafeMain.aspx';
    else if (str == "11")                                                //TWStudio
    // this.location.href = '/Cafe/twEvent/Calendar.aspx';
        this.location.href = '/Cafe/Community/List.aspx?MstBrdNo=22';
    //   alert('准备中');

   if (str == "2")                                                 //T.W SHOP                 
        this.location.href = '/Style/CategoryMain.aspx';
    else if (str == "20")                                                //SHOPPING MALL          
        this.location.href = '/Style/CategoryMain.aspx';
    else if (str == "21")                                                //MY SHOPPING INFO  
        this.location.href = '/My/SaleHis.aspx';                    
}

