function arch(z) {
if (arch.arguments.length) {
	if (z.selectedIndex)
	//alert(z.options[z.selectedIndex].value);
	self.location.href = "http://tvcity.tvb.com/films/"+ z.options[z.selectedIndex].value;
}
}

function faceoff(obj,srx) {
if (faceoff.arguments.length>1) {
	if (obj) obj.src=srx.src;
}
}


function load() {
var epii = new Array(
new Array("- Showed -",""),
new Array("衰鬼上帝 BRUCE ALMIGHTY","BRUCE_ALMIGHTY/index.html"),
new Array("地心浩劫 The Core","core/index.html"),
new Array("The Pianist 鋼琴戰曲","Pianist/index.html"),
new Array("筆姬別戀 Frida","Frida/index.html"),
new Array("紐約風雲Gangs of New York","Gangs_of_new_york/index.html"),
new Array("8里公路","8_Mile/index.html")
),

elen = epii.length, obj = document.film.epi;
obj.options.length = elen;

for (var i=0;i<elen;i++)
obj.options[i] = new Option(epii[i][0],epii[i][1]);
}

ICN_onLoad = "load()";
