

function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,left=100,top=50' );
}


function mff(){
	var url = document.f_mff.s_mff.options[document.f_mff.s_mff.options.selectedIndex].value;
	if(url != "")
		window.open(url,'s_mff','directories=no,location=yes,menubar=yes,resizeable=yes,scrollbars=yes,status=no,toolbar=yes');
	document.f_mff.s_mff.options[0].selected = true;
}

