<!--//www.javascript-page.com
	var msg=" Anson Dangerous Goods Inc- Calgary's Number 1 Choice for Dangerous Goods Training. Be Safe Be Secure Be Compliant - Contact Kevin with Your Online, Classroom, or In House Training Request Today"
	var banTime1;
	function banner(){
      msg=msg.substring(1,msg.length)+msg.substring(0,1);
      document.banner.text.value=msg;
			banTime1=setTimeout("banner()",100);}
//-->


function winOpen(url) {
		newwindow=window.open(url,'name','width=700,height=575','menubar=no','resizeable=yes');
		if (window.focus) {newwindow.focus()}
	return false;
		}

function winOpendgss(url) {
		newwindow=window.open(url,'name','width=700,height=700','menubar=no','resizeable=yes');
		if (window.focus) {newwindow.focus()}
	return false;
		}
		
function winOpenvj(url) {
		newwindow=window.open(url,'name','width=800,height=800','menubar=no','resizeable=yes','scrollbars=yes');
		if (window.focus) {newwindow.focus()}
	return false;
		}
