document.write('<scr\ipt src="\/includes\/dialog_box.js" type="text\/javascript"><\/scr\ipt>');

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="212" height="286" id="combo_box" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="/includes/combo_box.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="/includes/combo_box.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="212" height="286" name="combo_box" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');

var box = new Object();

function show_regions() {
	var contents = '<img src="/images/regions-map.gif"/>';
	
	// DialogBox(name, close option)
	box = new DialogBox('regions', 1, 1, '', '');
	box.setSize(500,332);
	box.setContents(contents);
	box.show();
	box.moveTo(parseInt(screen.width/2),parseInt(screen.height/2));
}

function hide_box() {
    box.hide();
}