//var eepUrl = 'file:///c:/my documents/my webs/glendon eep/'	// to be used ONLY when running on a PC (no server)

var eepUrl = 'http://www.yorku.ca/eep/'	// to be used when running on the York server

// since this file is only to be used with the graphic (ie Javascipt-enabled) interface, we only reference the graphic UI pages here
// with the exception of the site map, which is non-specific

function jumpDownload() {

	location=(eepUrl+'1/1download.html')
	
}

function jumpAboutExp() {

	location=(eepUrl+'1/1about_experiments.html')
	
}

function jumpCopyright() {

	location=(eepUrl+'1/1copyright.html')
	
}

function jumpGetStarted() {

	location=(eepUrl+'1/1get_started.html')
	
}

function jumpInfo() {

	location=(eepUrl+'1/1info.html')
	
}

function jumpInstructors() {

	location=(eepUrl+'1/1instructors.html')
	
}

function jumpParticipate() {

	location=(eepUrl+'1/1participate.html')
	
}

function jumpGetAWP() {

	location='http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveAuthorware&P5_Language=English&Lang=French&P5_Language=French'
	
}

function jumpDownloadDataFromUMiss() {

	location='http://psychexps.olemiss.edu/Translations/FrenchTrans/Scripts/PsychExps/LEData.asp'
	
}

function jumpAboutMacro() {

	location=(eepUrl+'1/1about_macro.html')
	
}

function jumpSendQuestions() {

	location='mailto:eep@yorku.ca'
	
}

function jumpRegisterCourse() {

	// location='http://psychexps.olemiss.edu/InstrOnly_Page/usersform.htm'
	location='http://psychexps.olemiss.edu/Translations/FrenchTrans/FrInstructOnly/Registration_French.htm'
}

function jumpDownloadMacro() {

	location=(eepUrl+'PE_DataAnalysis_Macro.xls')
	
}

function jumpSiteMap() {

//	location=(eepUrl+'sitemap.html')
	window.open(eepUrl+'sitemap.html','Sitemap','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,resizable=yes,copyhistory=no')
	
}

function jumpHome() {

	location=(eepUrl)
	
}

