<!--

this.locations = {
	'login':	'/login/annotator.html',
	'logout':	'/NoTmpl/logout',
	'home':		'/index.html',
	'mutant':	'/aboutprep.html',
	'option':	'/option.html',
	'searchx':	'/search.html',
	'search':	'/dynagene/search',
	'student':	'/dynagene/html/student/index',
	'teacher':	'/dynagene/html/teacher/index',
	'scientist':	'/dynagene/html/scientist/index',

	'light':	        '/expinfo/expinfo_light.html',
	'temperature':	        '/expinfo/expinfo_temperature.html',
	'water':	        '/expinfo/expinfo_water.html',
	'soil':			'/expinfo/expinfo_soil.html',
	'pollution':	        '/expinfo/expinfo_pollution.html',
	'other':	        '/expinfo/expinfo_other.html',

	'experiment':	        '/expinfo/expinfo_light.html',
	'videos':	        '/expinfo/expinfo_videos.html',
	'observations':	        '/expinfo/expinfo_makingdata.html',
	'growth':	        '/expinfo/expinfo_growth.html',
	'anatomy':	        '/expinfo/expinfo_anatomy.html',

	'feedback':	'/feedback.html',
	'glossary':	'/glossary/glossary.html',
	'siteCredits':	'/siteCredits.html',

	'home.html':	'/index.html',
	'mutant.html':	'/aboutprep.html',
	'option.html':	'/option.html',
	'search.html':	'/index.html',

	'student.html':		'/dynagene/html/student/index',
	'teacher.html':		'/dynagene/html/teacher/index',
	'scientist.html':	'/dynagene/html/scientist/index',
	'logout':		'/NoTmpl/Logout/?return=/',

	'nih':		'http://www.ncrrsepa.org/'
};



function openwin(keyURL, _parent){
	var myURL = this.locations[keyURL];
	//alert(myURL + "\t"+ keyURL);
	window.open(myURL, _parent);
}


function openCleanWin(keyURL, winName){
	var myURL = this.locations[keyURL];
	//alert(myURL + "\t"+ keyURL);
	window.open(myURL, winName, "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,width=600,height=470");
}

function openLoginWin(keyURL, winName){
	var myURL = this.locations[keyURL];
	//alert(myURL + "\t"+ keyURL);
	window.open(myURL, winName);
}



function openFeedbackWin(keyURL, winName){
	var myURL = this.locations[keyURL];
	//alert(myURL + "\t"+ keyURL);
	window.open(myURL, winName, "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,width=530,height=550");
}


function openCredtsWin(keyURL, winName){
	var myURL = this.locations[keyURL];
	//alert(myURL + "\t"+ keyURL);
	window.open(myURL, winName, "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,width=780,height=660");
}




function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}















//-->

