function launchVideoTitle(strFilename, objSelect, strTitle) {
    objectoption = objSelect.options[objSelect.selectedIndex].value;
	if (objectoption != "") {
		var intX = 281;
		var intY = 257;
		if (objectoption == "ed_50.html") {
			intX = 125;
			intY = 148;
		}
		popup(objectoption,intX,intY,0);
	}
}

function launchVideoTitleBox(strFilename, objSelect, strTitle) {
	objectoption = objSelect;
	if (objectoption != "") {
		var intX = 281;
		var intY = 257;
		if (objectoption == "ed_50.html") {
			intX = 125;
			intY = 148;
		}
		popup(objectoption,intX,intY,0);
	}
}

function launchVideoTitlefooter(strFilename, video, strTitle) {
	if (video != "") {
		var intX = 281;
		var intY = 257;
		if (video == "ed_50.html") {
			intX = 125;
			intY = 148;
		}
		popup(video,intX,intY,0);
	}
}
