<!--

// bg-js.js 
// (c)bgts 2007

// Function to OPEN Browser Window for Web Link		 

		<!-- function openMMWin -->
		
		winwid = 600
		winlen = 400
		toppos = 0
		leftpos = 0
		
		if (screen) {
		winwid = screen.width-400
		winlen = screen.height-400
		toppos = 10
		leftpos = 10
		}
						
		function openMMWin(URL){
		MMWin=window.open(URL,"viewer","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width="+winwid+",height="+winlen+",left="+leftpos+",top="+toppos+"")
		}
	

	
// flag rollover

if (document.images) {

  hello_en = new Image
	hello_fr = new Image
	
	geog_en = new Image
	geog_fr = new Image
	
	twin_en = new Image
	twin_fr = new Image
	
	hist_en = new Image
	hist_fr = new Image
	
	educ_en = new Image
	educ_fr = new Image
	
	econ_en = new Image
	econ_fr = new Image
	
	acc_en = new Image
	acc_fr = new Image
	
	gov_en = new Image
	gov_fr = new Image
		
	hello_en.src = "images/trans/hello_en.gif"
	hello_fr.src = "images/trans/hello_fr.gif"
	
	geog_en.src = "images/trans/geog_en.gif"
	geog_fr.src = "images/trans/geog_fr.gif"
	
	twin_en.src = "images/trans/twin_en.gif"
	twin_fr.src = "images/trans/twin_fr.gif"
	
	hist_en.src = "images/trans/hist_en.gif"
	hist_fr.src = "images/trans/hist_fr.gif"
	
	educ_en.src = "images/trans/educ_en.gif"
	educ_fr.src = "images/trans/educ_fr.gif"
	
	econ_en.src = "images/trans/econ_en.gif"
	econ_fr.src = "images/trans/econ_fr.gif"
	
	acc_en.src = "images/trans/acc_en.gif"
	acc_fr.src = "images/trans/acc_fr.gif"
	
	gov_en.src = "images/trans/gov_en.gif"
	gov_fr.src = "images/trans/gov_fr.gif"
	
	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}


// Open Browser Window for movies

function BG_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
		
//-->



