function OpenWinart(){
    win=window.open("../2009-art_street/art.html","new","width=690,height=580,scrollbars=yes");
	win.moveTo(0,0);
}

function OpenWin(){
    win=window.open("3on3_cort.html","new","width=400,height=350");
	win.moveTo(0,0);
}

function OpenWinyodo(){
    win=window.open("yodo.html","new","width=400,height=420");
	win.moveTo(0,0);
}