var drama = 1,
e = new Array(70,68,68,53,37,54,66,24,26),
tpc = new Image(135,90), f = new Array(81,76,63);

function zero(z) {
if (z<10) return "0"+z;
else return z;
}

for (var i=0,x;i<e.length;i++) {
x = e[i];
e[i] = new Array(new Image(x,25),new Image(x,25),false);
x = zero(i+2);
if (i>=7) x++;
e[i][0].src="../img/topmenu_"+ x +".gif";
e[i][1].src="../img/topmenu_over_"+ x +".gif";
}

for (var i=0,x;i<f.length;i++) {
x = f[i];
f[i] = new Array(new Image(x,27),new Image(x,27),false);
x = zero(i+3);
f[i][0].src="../img/left_"+ x +".jpg";
x = zero(i+7);
f[i][1].src="../img/left_"+ x +".jpg";
}


function faceoff(obj,srx) {
if (faceoff.arguments.length>1) {
	if (obj) {
		if (document.all) {
			obj.filters.blendTrans.Stop();
			obj.filters.blendTrans.Apply();
			obj.src=srx.src;
			obj.filters.blendTrans.Play();
		}else obj.src=srx.src;
	}
}
}

epi = location.pathname.substring(location.pathname.lastIndexOf('/')+1,location.pathname.lastIndexOf('.'));
function trailer(){
	open('http://tvcity.tvb.com/drama/aqua/story/trailer/video/'+epi+'_300k.asx');

	popup.focus();
}
function trailer(){
	popup = window.open('http://tvcity.tvb.com/drama/aqua/story/trailer/300k.html?epi='+epi+'&300','love','width=350,height=380,resizable');

	popup.focus();
}

function themesong(bandwidth) {
void(window.open("http://tvcity.tvb.com/drama/aqua/song/index_300k.html?"+ bandwidth,"","width=350,height=380"));

}

/*
function band(obj,srx) {
if (bn[0]==false&&bn[1]==false)
faceoff(e[7][2],e[7][0]);
else faceoff(e[7][2],e[7][1]);
faceoff(e[obj][2],e[obj][srx]);
}
*/

function load() {
if (document.images.topic) faceoff(document.images.topic,tpc);
if (document.images["m0"]) {
for (var i=0;i<e.length;i++)
e[i][2] = document.images["m"+ i];
}

if (document.images["fn0"]) {
for (var i=0;i<f.length;i++)
f[i][2] = document.images["fn"+ i];
}
}

ICN_onLoad = "load();";
