// Global template javascript

<!-- Hide script from old browsers

// GNB1
startMenu = function() {
if (document.all&&document.getElementById) {
gnb1menu = document.getElementById("gnb1");
for (i=0; i<gnb1menu.childNodes.length; i++) {
node = gnb1menu.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "");
}
}
}
}
}

if (window.attachEvent)
	window.attachEvent("onload", startMenu)
else
	window.onload=startMenu;




// Rotating images
// function (do not edit)
function makeArray(len) {

    for (var i = 0; i < len; i++) this[i] = null;

this.length = len;

}

// image array goes here (edit numbers when images are added or deleted)

images = new makeArray(24);

images[0] = "<img src='http://www.deq.state.or.us/images/main/baby_hose_bigstock_75297.jpg' border='0' alt='DEQ header image'>";

images[1] = "<img src='http://www.deq.state.or.us/images/main/kids_lake_bigstock_97595.jpg' border='0' alt='DEQ header image'>";

images[2] = "<img src='http://www.deq.state.or.us/images/main/woman_pool_bigstock_69264.jpg' border='0' alt='DEQ header image'>";

images[3] = "<img src='http://www.deq.state.or.us/images/main/woman_leap_bigstock_13749.jpg' border='0' alt='DEQ header image'>";

images[4] = "<img src='http://www.deq.state.or.us/images/main/man_binocs_bigstock_26514.jpg' border='0' alt='DEQ header image'>";

images[5] = "<img src='http://www.deq.state.or.us/images/main/boy_bubbles_bigstock_93048.jpg' border='0' alt='DEQ header image'>";

images[6] = "<img src='http://www.deq.state.or.us/images/main/boy_clouds__bigstock_102593.jpg' border='0' alt='DEQ header image'>";

images[7] = "<img src='http://www.deq.state.or.us/images/main/couple_beach_bigstock_7977.jpg' border='0' alt='DEQ header image'>";

images[8] = "<img src='http://www.deq.state.or.us/images/main/kids_lake_bigstock_58414.jpg' border='0' alt='DEQ header image'>";

images[9] = "<img src='http://www.deq.state.or.us/images/main/hands_dirt_69027.jpg' border='0' alt='DEQ header image'>";

images[10] = "<img src='http://www.deq.state.or.us/images/main/girl_wind_bigstock_92360.jpg' border='0' alt='DEQ header image'>";

images[11] = "<img src='http://www.deq.state.or.us/images/main/baby_sky_bigstock_66540.jpg' border='0' alt='DEQ header image'>";

images[12] = "<img src='http://www.deq.state.or.us/images/main/boys_puddle_35615.jpg' border='0' alt='DEQ header image'>";

images[13] = "<img src='http://www.deq.state.or.us/images/main/baby_smile_bigstock_27730.jpg' border='0' alt='DEQ header image'>";

images[14] = "<img src='http://www.deq.state.or.us/images/main/duck_feed_bigstock_106858.jpg' border='0' alt='DEQ header image'>";

images[15] = "<img src='http://www.deq.state.or.us/images/main/garden_bigstock_95167.jpg' border='0' alt='DEQ header image'>";

images[16] = "<img src='http://www.deq.state.or.us/images/main/feet_creek_bigstock_91969.jpg' border='0' alt='DEQ header image'>";

images[17] = "<img src='http://www.deq.state.or.us/images/main/foot_beach_bigstock_101950.jpg' border='0' alt='DEQ header image'>";

images[18] = "<img src='http://www.deq.state.or.us/images/main/water_bubbles_bigstock_63899.jpg' border='0' alt='DEQ header image'>";

images[19] = "<img src='http://www.deq.state.or.us/images/main/girl_leaves.jpg' border='0' alt='DEQ header image'>";

images[20] = "<img src='http://www.deq.state.or.us/images/main/girl_tire.jpg' border='0' alt='DEQ header image'>";

images[21] = "<img src='http://www.deq.state.or.us/images/main/kids_sprinkler.jpg' border='0' alt='DEQ header image'>";

images[22] = "<img src='http://www.deq.state.or.us/images/main/family_house.jpg' border='0' alt='DEQ header image'>";

images[23] = "<img src='http://www.deq.state.or.us/images/main/couple_bench_bigstock_50507.jpg' border='0' alt='DEQ header image'>";


// random number generator (do not edit)

function rand(n) {

seed = (0x015a4e35 * seed) % 0x7fffffff;

return (seed >> 16) % n;

}

    
var now = new Date()

var seed = now.getTime() % 0xffffffff




//PRINT FUNCTION
function printWindow(htmlToPrint, strTitle) {
  newWindow = window.open('','print_window','width=800,scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes')

  newWindow.document.writeln('<html>');
  newWindow.document.writeln('<head>');
  newWindow.document.writeln('<title>' + strTitle + '<\/title>');  
  newWindow.document.writeln('<link rel="stylesheet" type="text/css" href="http://www.deq.state.or.us/templates/styles/deq.css">');
  newWindow.document.writeln('<\/head>');
  newWindow.document.writeln('<body style="background-image: none">');
  newWindow.document.writeln('<img src="/images/elements/DEQlogo.gif" border="0" align="left" alt="DEQ logo">');  
  newWindow.document.writeln('<div id="copy">');  
  newWindow.document.writeln('<br><br><br><h1>Oregon Department of Environmental Quality</h1>'  + '<p>&nbsp;</p>' + '<p>' + strTitle + '</p>' + htmlToPrint + '\n');	
  newWindow.document.writeln('<\/div>')
  newWindow.document.writeln('<\/body>')
  newWindow.document.writeln('<\/html>');
  
  newWindow.document.close();
}	

//POP-UP WINDOW
function popUp(URL,width, height,toolbar,statusbar,scroll,location,menubar,resize) {
win = window.open(URL,'myWin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=400,left=640,top=225');
}
 //popup window for audio files
 function playAudioPopup(file, title){
	
	win = window.open('/about/eqc/audio/playY.asp?m=' + file + '&t=' + escape(title),'EQC','width=320,height=150,scrollbars=no,menubar=no,resizable=no,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100'); 
}

// Collapsible panelc code
function expandCollapse() 
{
	for (var i=0; i<expandCollapse.arguments.length; i++) 
	{
		var element = document.getElementById(expandCollapse.arguments[i]);
		element.style.display = (element.style.display == "none") ? "block" : "none";
	}
}

// function for inline search box in global nav bar
function searchInline()
{
	var searchBoxValue = document.getElementById('gInlineSearch').value
	if(searchBoxValue!='') 
	{
		var fixedSBoxValue = searchBoxValue.replace(" ", "+");
		
		var searchString = 'http://www.deq.state.or.us/searchresults.asp?cx=006476568535704776251%3A4keh-1jii_e&cof=FORID%3A9&q=' + fixedSBoxValue + '&as_epq=&as_oq=&as_eq=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&sa=Search+DEQ';
		
		// submit search
		window.location=searchString;
	}
	
 }


// -->



