<!---//
img_stages_urls = new Array();
img_stages_urls["button1"] = "../stage.php?idx=0";
img_stages_urls["button2"] = "../stage.php?idx=6";
img_stages_urls["button3"] = "../stage.php?idx=5";
img_stages_urls["button4"] = "../stage.php?idx=3";
img_stages_urls["button5"] = "../stage.php?idx=4";
img_stages_urls["button6"] = "../stage.php?idx=-1";
img_stages_urls["button7"] = "../stage.php?idx=1";
img_stages_urls["button8"] = "../stage.php?idx=2";

function showStage(name) {
	top.stage.location.href = img_stages_urls[name];
}

//--->

