function OpenWin001(){
    win=window.open("special-001.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin002(){
    win=window.open("special-002.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin003(){
    win=window.open("special-003.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin004(){
    win=window.open("special-004.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin005(){
    win=window.open("special-005.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin006(){
    win=window.open("special-006.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin007(){
    win=window.open("event-001.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin008(){
    win=window.open("event-002.html","new","width=520,height=500,scrollbars=yes");
	win.moveTo(0,0);
}