//popupwindow1 and popupwindow2 都是在同一個banner(80x50_0726.swf) 內的設定

function popupwindow()
{
window.open ("exchange.htm","","height=400,width=368,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,status=no");
}
function popupwindow1() 
{
window.open ("http://www.sony.com.tw/product/DAV-S300.html","","height=400,width=498,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no");
}

function popupwindow2() 
{
window.open ("http://www.sony.com.tw/product/CMT-CP33MD.html","","height=400,width=498,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,status=no");
}
function popupwindow3()
{
window.open ("event/me/pad.htm","","height=420,width=325,toolbar=no,menubar=no,location=no,status=no");
}
//夏日大放送
function popupwindow4()
{
window.open ("event/pa/index.htm","","height=500,width=615,toolbar=no,menubar=no,location=no,status=no,scrollbars=yes");
}
//SONY陳列品特賣會
function popupwindow5() 
{
window.open ("event/special_sales","","height=400,width=470,scrollbars=no,toolbar=no,menubar=no,location=no,status=no,top=25,left=25");
}
//夏日尋寶樂翻天之得"寶"名單
function popupwindow6() 
{
window.open ("event/sfe01/game_winner.htm","","height=400,width=618,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no");
}
//至11月為止買DVD輕鬆上網租片
function popupwindow7()
{
window.open ("event/ivideo/","","height=600,width=780,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,resizable=yes,top=25,left=25");
}
//數位相機預購
function popupwindow8()
{
window.open ("event/F707/","","height=400,width=400,scrollbars=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,top=25,left=25");
}
//適用所有單項產品網頁(http://www.sony.com.tw/product/xxxx.html)的視窗
function productWin(url) 
{
window.open (url,"","height=400,width=498,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,status=no,top=75,left=75");
}
