


document.observe("dom:loaded", function() {
	new RolloverImages( 'rollover', 'on' );
});



function MM_openBrWindow(theURL,winName,features) { //v2.0
  win = window.open(theURL,winName,features);
  win.focus();
}



function flv1() {
	window.open("flv.html","flv","width=350,height=320");
}

function flv2() {
	window.open("flv2.html","flv","width=350,height=320");
}

function flv1i() {
	window.open("../flv.html","flv","width=350,height=320");
}

function flv2i() {
	window.open("../flv2.html","flv","width=350,height=320");
}