function linkJump(dropdown) {
	url = dropdown.options[dropdown.selectedIndex].value;
	if(url != "null")
	window.location.href = url;
}
function popupWindow(style, url) {
	win = window.open(url, style, "width=515,height=600,resizable=yes,status=yes,menubar=yes,scrollbars=yes");
	win.focus();
}
function popupWindowFull(style, url, width, height) {
	win = window.open(url, style, "width="+width+",height="+height+",resizable=yes,status=yes,menubar=yes,scrollbars=yes,location=yes,toolbar=yes");
	win.focus();
}
function popupFlash(movie, width, height, style, title) {
	if(style == 0)
	win = window.open("", "", "width="+(width+20)+",height="+(height+20)+",resizable=yes,status=yes,menubar=yes,scrollbars=no");
	else if(style == 1)
	win = window.open("", "", "width="+(width+40)+",height="+(height+40)+",resizable=yes,status=yes,menubar=yes,scrollbars=yes,location=yes,toolbar=yes");
	else
	win = window.open("", "", "width="+width+",height="+height+",resizable=yes,status=yes,scrollbars=no");
	if(title == void 0)
	title = "Bunge";
	if(style == 2)
	win.document.write('<html><head><title>'+title+'</title></head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	else
	win.document.write('<html><head><title>'+title+'</title></head><body>');
	win.document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'">');
	win.document.write('<param name="movie" value="'+movie+'"><param value="false" name="loop"><param value="false" name="menu"><param value="high" name="quality"><param value="#FFFFFF" name="bgcolor">');
	win.document.write('<embed pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#FFFFFF" quality="high" menu="false" loop="false" src="'+movie+'" width="'+width+'" height="'+height+'"></embed></object></body></html>');
	win.focus();
}
function popupFlashresize(movie, width, height, style, title) {
	if(style == 0)
	win = window.open("", "", "width="+(width+20)+",height="+(height+20)+",resizable=yes,status=yes,menubar=yes,scrollbars=no");
	else if(style == 1)
	win = window.open("", "", "width="+(width+40)+",height="+(height+40)+",resizable=yes,status=yes,menubar=yes,scrollbars=yes,location=yes,toolbar=yes");
	else
	win = window.open("", "", "width="+width+",height="+height+",resizable=yes,status=yes,scrollbars=no");
	if(title == void 0)
	title = "Bunge";
	if(style == 2)
	win.document.write('<html><head><title>'+title+'</title></head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	else
	win.document.write('<html><head><title>'+title+'</title></head><body>');
	win.document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">');
	win.document.write('<param name="movie" value="'+movie+'"><param value="false" name="loop"><param value="false" name="menu"><param value="high" name="quality"><param value="#FFFFFF" name="bgcolor">');
	win.document.write('<embed pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#FFFFFF" quality="high" menu="false" loop="false" src="'+movie+'" width="100%" height="100%"></embed></object></body></html>');
	win.focus();
}
