/* Inserted into all Site 3 Templates */

/*

This is all the custom javascript used within the Site 3 templates

*/

/* KelownapopupMaximized - opens the window without the IE toolbar. 
                           This is specifically used for the Map Viewers.
*/
 function KelownapopupMaximized(kelowna_url,kelowna_menudest) {
   var kelowna_vars = "left=0,top=0,screenX=0,screenY=0"
   kelowna_vars += ",height=" + (screen.availHeight - 50);
   kelowna_vars += ",width=" + (screen.availWidth - 10);
   kelowna_vars += ",directories=0,fullscreen=0,status=1,toolbar=0,location=0,resizable=1";
   var kelowna_Win = window.open(kelowna_url,kelowna_menudest,kelowna_vars);
 } // end of KelownapopupMaximized

