function opensectionsearch(year,term,title){
	newwindow = window.open('http://registrar.georgian.edu/iqweb/visitor/sectionscheduleawk.asp?year='+year+'&term='+term+'&title='+title,'newwin','scrollbars,width=800,height=600,top=0,left=0')
	//newwindow = window.open('http://gcu-it-web1/iqweb/visitor/sectionscheduleawk.asp?year='+year+'&term='+term+'&title='+title,'newwin','scrollbars,width=800,height=600,top=0,left=0')
} 

function openslsearch(year,term,title){
	newwindow = window.open('http://registrar.georgian.edu/iqweb/visitor/sectionschedulesl.asp?year='+year+'&term='+term+'&title='+title,'newwin','scrollbars,width=800,height=600,top=0,left=0')
	//newwindow = window.open('http://gcu-it-web1/iqweb/visitor/sectionscheduleawk.asp?year='+year+'&term='+term+'&title='+title,'newwin','scrollbars,width=800,height=600,top=0,left=0')
} 

function opensearchtest(year,title){
	var today = new Date();
	var myYear = parseInt(year);
	var myTerm = parseInt(title);
	var todayKEY = today.getTime().toString() + today.getDay().toString();
	var lastChar = todayKEY.charAt(todayKEY.length -1);
	var numKey = parseInt(todayKEY.charAt(todayKEY.length - lastChar));
	
	myTerm = myTerm + numKey;
	myYear = myYear + numKey;

	newwwindow = window.open('http://registrar.georgian.edu/iqweb/visitor/sectionstripschedule.asp?param1='+myYear+'&param2='+todayKEY+'&param3='+myTerm,'newwinn','scrollbars,width=800,height=600,top=0,left=0')
	//newwwindow = window.open('http://gcu-it-web1/iqweb/visitor/sectionstripschedule.asp?param1='+myYear+'&param2='+todayKEY+'&param3='+myTerm,'newwinn','scrollbars,width=800,height=600,top=0,left=0')
} 