//Script International

function writeFlash(){
	var flash=""
	+"<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"764\" height=\"90\" id=\"topmenu\">"
	+"	 <param name=movie value=\"/en/flash/menutop_sm.swf\"> "
	+"	 <param name=loop value=false><param name=menu value=false> <param name=quality value=high><param name=scale value=exactfit>"
	+"	 <embed src=\"/en/flash/menutop_sm.swf\" loop=false menu=false quality=high scale=exactfit width=\"764\" height=\"90\" name=\"topmenu\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>"
	+"</object><br><img src=\"/img/im_spacer.gif\" width=\"75\" height=\"5\" border=\"0\">"
	document.write(flash);
}

function putTextStatus(txt){
	window.status=txt;
}


/** If a page is intended to be opened only within a frameset,
 * this function refers the browser immediately to the frameset page.
**/
function loadFrameSet(url) {
/*
 if (!parent.frames['printWinTop']) {

  //> Detects if page already displayed in main.jsp
  var mainWin = parent.location.href;
  var mainIdx = mainWin.indexOf("main.jsp");

  if ( (mainIdx != -1) || (parent.location.href == self.location.href) ) {

   var path  = url.pathname;

   //> Get Main Frame URL Query Portion
   var urlSrch = (url.search) ? url.search : "";

   var file  = path.substring(path.lastIndexOf("/") + 1, path.length);
   var lang  = path.substring(1,3);
   var group = path.substring(4,7);

   var phost = location.protocol + '//' + location.host;

   var fileName = path + urlSrch;
   var newUrl = phost +
"/index.jsp?id="+group+"&lang="+lang+"&file="+escape(fileName);

   if (mainIdx != -1) {
    var idIdx = mainWin.indexOf("?id");
    var mainGroup = mainWin.substring(idIdx+4,idIdx+7);

    if (mainGroup != group)
     top.location = newUrl;
   }
   else
    top.location = newUrl;
  }
 }
*/
}

function openpopmission(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (220 + 10);
				iMyHeight = (window.screen.height/2) - (250 + 10);
				var win2 = window.open(page,"Bombardier","width=567,height=373,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
				win2.focus();
			}
}
function openpopfacilities(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (220 + 10);
				iMyHeight = (window.screen.height/2) - (250 + 10);
				var win2 = window.open(page,"Bombardier","width=678,height=390,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
				win2.focus();
			}
}

function openpop(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (220 + 10);
				iMyHeight = (window.screen.height/2) - (250 + 10);
				var win2 = window.open(page,"Bombardier","width=678,height=540,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
				win2.focus();
			}
}

function openback(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (220 + 10);
				iMyHeight = (window.screen.height/2) - (250 + 10);
				var win2 = window.open(page,"Bombardier","width=790,height=390,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
				win2.focus();
			}
}

function openpoplibrary(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (330 + 10);
				iMyHeight = (window.screen.height/2) - (200 + 10);
				var win2 = window.open(page,"Bombardier","width=660,height=400,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
				win2.focus();
			}
}


function openpopPDF(page) {

			if (page == 'nohref')
				{ return; }

	        else
			{
				var iMyWidth;
				var iMyHeight;
				iMyWidth = (window.screen.width/2) - (260 + 10);
				iMyHeight = (window.screen.height/2) - (215 + 10);
				var win2 = window.open(page,"Bombardier","width=400,height=200,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
				win2.focus();
			}
}

function pop3(page) {

      if (page == 'nohref')
        { return; }

          else
      {
        var iMyWidth;
        var iMyHeight;
        iMyWidth = (window.screen.width/2) - (275 + 10);
        iMyHeight = (window.screen.height/2) - (325 + 10);
        var win2 = window.open(page,"Bombardier","width=550,height=425,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
        win2.focus();
      }
}

function displayPhoto(url) {
var photoWin;
photoWin = window.open(url,'popWin','width=480,height=344');
photoWin.focus()
}
