//javascript document


//template
<!--Random Pictures in Header-->
var pixs= new Array("images/transferheaderstudent1.jpg","images/transferheaderstudent2.jpg","images/transferheaderstudent3.jpg","images/transferheaderstudent4.jpg","images/transferheaderstudent5.jpg");
function randpic(){
	i=Math.round(Math.random()*4);
	document.getElementById('headerImg').style.backgroundImage = 'url('+pixs[i]+')';
}


<!--Transfer Policies and Grad Requirements-->
function toggle(v)
{
	if(v==1)
	{
		document.getElementById("pols").style.display="none";
		document.getElementById("gradreq").style.display="block";

		pResource = "<table border=0 width=675 style=\"margin-left: 50px;\" cellpadding=0 cellspacing=0><tr><td width=250><img src=\"images/arrow.jpg\" border=0> <a href=\"index.php\">Home</a> > Graduation Requirements</td><td width=425 align=\"right\"><a href=\"#\" onclick=\"javascript:window.open('polandreq2.html','Policies','width=400,height=800,resizable,toolbar,scrollbars');\"><img src=\"images/printer3.jpg\" border=0> Print page</a></td></tr></table>";
		document.getElementById("questions").innerHTML=pResource;
	}
	else
	{
		document.getElementById("gradreq").style.display="none";
		document.getElementById("pols").style.display="block";
		v=1

		pResource = "<table border=0 width=675 style=\"margin-left: 50px;\" cellpadding=0 cellspacing=0><tr><td width=250><img src=\"images/arrow.jpg\" border=0> <a href=\"index.php\">Home</a> > Policies</td><td width=425 align=\"right\"><a href=\"#\" onclick=\"javascript:window.open('polandreq.html','Policies','width=400,height=800,resizable,toolbar,scrollbars');\"><img src=\"images/printer3.jpg\" border=0> Print page</a></td></tr></table>";
		document.getElementById("whatLink").innerHTML=pResource;
//		alert(document.getElementById("whatLink").value);
	}
}


var storynum=1
<!--Transfer FAQ-->
function toggle1(cat)
{
/*
	if(cat==1){
	hideEm()
	document.getElementById("apap").style.display="block";
	}
	else{
		if(cat==2){
		hideEm()
		document.getElementById("fa").style.display="block";
		}
		else{
			if(cat==3){
			hideEm()
			document.getElementById("acad").style.display="block";
			}
			else{
			hideEm()
			document.getElementById("cl").style.display="block";
			}
		}	
	}
*/


	if(cat == 1)
	{
		pResource = "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(21)' class=\"LinkMenuResources3\">What are the basic requirements for transfer admission?</span><br/>"
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(22)' class=\"LinkMenuResources4\">What is SRU's policy for accepting AP credits?</span><br/>"
		pResource += "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(23)' class=\"LinkMenuResources3\">Does SRU accept military credits and which office evaluates them?</span><br/>"
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(24)' class=\"LinkMenuResources4\">What is the difference between a \"Transfer\" student and a \"Readmit\" student?</span><br/>"
		pResource += "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(25)' class=\"LinkMenuResources3\">When will I get an official evaluation of my transfer credits?</span><br/>"
		pResource += "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(26)' class=\"LinkMenuResources3\">What is an articulation agreement?</span><br/>"
		document.getElementById("questions").innerHTML=pResource;
	}
	else
	if(cat == 2)
	{
		pResource = "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(27)' class=\"LinkMenuResources3\">How do I transfer my financial aid from my current institution to SRU?</span><br/>";
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(28)' class=\"LinkMenuResources4\">What is the Out-of-State Tuition Reduction Program?</span><br/>"
		document.getElementById("questions").innerHTML=pResource;
	}
	else
	if(cat == 3)
	{
		pResource = "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(29)' class=\"LinkMenuResources3\">What is DARS?</span><br/>"
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(30)' class=\"LinkMenuResources4\">When do I register for my classes at SRU?</span><br/>"
		pResource += "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(31)' class=\"LinkMenuResources3\">How do I register for my classes?</span><br/>"
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(32)' class=\"LinkMenuResources4\">What are the H and I drives, and what is My Rock 1 Stop?</span><br/>"
		document.getElementById("questions").innerHTML=pResource;
	}
	else
	if(cat == 4)
	{
		pResource = "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(33)' class=\"LinkMenuResources3\"> Are new transfer students required to attend Orientation?</span><br/>"
		pResource += "<img src=\"images/question3.gif\" border=0> <span onclick='changeInfo(34)' class=\"LinkMenuResources4\">Can I live on campus as a transfer student?</span><br/>"
		pResource += "<img src=\"images/question.gif\" border=0> <span onclick='changeInfo(35)' class=\"LinkMenuResources3\">Does SRU require a parking permit and how do I get one?</span><br/>"
		document.getElementById("questions").innerHTML=pResource;
	}



}

function hideEm(){
	document.getElementById("apap").style.display="none";
	document.getElementById("fa").style.display="none";
	document.getElementById("cl").style.display="none";
	document.getElementById("acad").style.display="none";	
	}
<!--Rockignitions page-->
function next(){	
	/*if(storynum<story.length){
	whichstory = story[storynum]
	document.getElementById(""+whichstory).style.display="none"
	storynum++
	document.getElementById(""+whichstory).style.display="block"
	}
	else{
		storynum=0
		next()
	}
	*/

	document.getElementById("pg1story"+storynum).style.display="none"
	if(storynum==3){
		storynum=1
	}
	else{
		storynum++
	}
	clear=storynum-1
	//alert(storynum)
	//alert(clear)
	if(clear==0){
		document.getElementById("cap3").style.border=""
		document.getElementById("cap1").style.border="2px solid black"
	}
	document.getElementById("pg1story"+storynum).style.display="block"
	
	clearborder=document.getElementById("cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("cap"+storynum)
	current.style.border="2px solid black"
}
function pickme(clicked){
		document.getElementById("pg1story"+storynum).style.display="none"
		storynum=clicked
		document.getElementById("pg1story"+clicked).style.display="block"
		clearBorders()
		document.getElementById("cap"+clicked).style.border="2px solid black"
}
var caps = new Array("cap1","cap2","cap3")
function clearBorders(){
		for(t=0;t<caps.length;t++){
		bordernum= caps[t]
		document.getElementById(""+bordernum).style.border=""	
		}
}
function previous(){
	document.getElementById("pg1story"+storynum).style.display="none"
	if(storynum==1){
		storynum=3
	}
	else{
		storynum -= 1
	}
	clear=storynum+1
	//alert(storynum)
	//alert(clear)
	if(clear==4){
		document.getElementById("cap1").style.border=""
		document.getElementById("cap3").style.border="2px solid black"
			
	}
	//alert(storynum)
	document.getElementById("pg1story"+storynum).style.display="block"
	//alert(clear)
	clearborder=document.getElementById("cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("cap"+storynum)
	current.style.border="2px solid black"
	
	
	
}




var storynum2 = 1

function next2(){	
	/*if(storynum<story.length){
	whichstory = story[storynum]
	document.getElementById(""+whichstory).style.display="none"
	storynum++
	document.getElementById(""+whichstory).style.display="block"
	}
	else{
		storynum=0
		next()
	}
	*/
	document.getElementById("pg2Story"+storynum2).style.display="none"
	if(storynum2==3){
		storynum2=1
	}
	else{
		storynum2++
	}
	clear=storynum2-1
	//alert(storynum2)
	//alert(clear)
	if(clear==0){
		document.getElementById("pg2Cap3").style.border=""
		document.getElementById("pg2Cap1").style.border="2px solid black"
	}
	document.getElementById("pg2Story"+storynum2).style.display="block"
	
	clearborder=document.getElementById("pg2Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg2Cap"+storynum2)
	current.style.border="2px solid black"
}
function pickme2(clicked){
		document.getElementById("pg2Story"+storynum2).style.display="none"
		storynum2=clicked
		document.getElementById("pg2Story"+clicked).style.display="block"
		clearBorders2()
		document.getElementById("pg2Cap"+clicked).style.border="2px solid black"
}
var p2caps = new Array("pg2Cap1","pg2Cap2","pg2Cap3")
function clearBorders2(){
		for(c=0;c<p2caps.length;c++){
		bordernum= p2caps[c]
		document.getElementById(""+bordernum).style.border=""	
		}
}
function previous2(){
	document.getElementById("pg2Story"+storynum2).style.display="none"
	if(storynum2==1){
		storynum2=3
	}
	else{
		storynum2-=1
	}
	clear=storynum2+1
	//alert(storynum2)
	//alert(clear)
	if(clear==4){
		document.getElementById("pg2Cap1").style.border=""
		document.getElementById("pg2Cap3").style.border="2px solid black"
	}
	document.getElementById("pg2Story"+storynum2).style.display="block"
	
	clearborder=document.getElementById("pg2Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg2Cap"+storynum2)
	current.style.border="2px solid black"
	
	
	
}

storynum3 = 1

function next3(){	
	/*if(storynum<story.length){
	whichstory = story[storynum]
	document.getElementById(""+whichstory).style.display="none"
	storynum++
	document.getElementById(""+whichstory).style.display="block"
	}
	else{
		storynum=0
		next()
	}
	*/
	document.getElementById("pg3Story"+storynum3).style.display="none"
	if(storynum3==4){
		storynum3=1
	}
	else{
		storynum3++
	}
	clear=storynum3-1
	//alert(storynum3)
	//alert(clear)
	if(clear==0){
		document.getElementById("pg3Cap4").style.border=""
		document.getElementById("pg3Cap1").style.border="2px solid black"
	}
	document.getElementById("pg3Story"+storynum3).style.display="block"
	
	clearborder=document.getElementById("pg3Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg3Cap"+storynum3)
	current.style.border="2px solid black"
}
function pickme3(clicked){
		document.getElementById("pg3Story"+storynum3).style.display="none"
		storynum3=clicked
		document.getElementById("pg3Story"+clicked).style.display="block"
		clearBorders3()
		document.getElementById("pg3Cap"+clicked).style.border="2px solid black"
}
var p3caps = new Array("pg3Cap1","pg3Cap2","pg3Cap3","pg3Cap4")
function clearBorders3(){
		for(k=0;k<p3caps.length;k++){
		bordernum= p3caps[k]
		document.getElementById(""+bordernum).style.border=""	
		}
}
function previous3(){
	document.getElementById("pg3Story"+storynum3).style.display="none"
	if(storynum3==1){
		storynum3=4
	}
	else{
		storynum3-=1
	}
	clear=storynum3+1
	//alert(storynum3)
	//alert(clear)
	if(clear==5){
		document.getElementById("pg3Cap1").style.border=""
		document.getElementById("pg3Cap4").style.border="2px solid black"
	}
	document.getElementById("pg3Story"+storynum3).style.display="block"
	
	clearborder=document.getElementById("pg3Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg3Cap"+storynum3)
	current.style.border="2px solid black"
	
	
	
}





storynum4 = 1

function next4(){	
	/*if(storynum<story.length){
	whichstory = story[storynum]
	document.getElementById(""+whichstory).style.display="none"
	storynum++
	document.getElementById(""+whichstory).style.display="block"
	}
	else{
		storynum=0
		next()
	}
	*/
	document.getElementById("pg4Story"+storynum4).style.display="none"
	if(storynum4==3){
		storynum4=1
	}
	else{
		storynum4++
	}
	clear=storynum4-1
	//alert(storynum3)
	//alert(clear)
	if(clear==0){
		document.getElementById("pg4Cap3").style.border=""
		document.getElementById("pg4Cap1").style.border="2px solid black"
	}
	document.getElementById("pg4Story"+storynum4).style.display="block"
	
	clearborder=document.getElementById("pg4Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg4Cap"+storynum4)
	current.style.border="2px solid black"
}
function pickme4(clicked){
		document.getElementById("pg4Story"+storynum4).style.display="none"
		storynum4=clicked
		document.getElementById("pg4Story"+clicked).style.display="block"
		clearBorders4()
		document.getElementById("pg4Cap"+clicked).style.border="2px solid black"
}
var p4caps = new Array("pg4Cap1","pg4Cap2","pg4Cap3")
function clearBorders4(){
		for(l=0;l<p4caps.length;l++){
		bordernum= p4caps[l]
		document.getElementById(""+bordernum).style.border=""	
		}
}
function previous4(){
	document.getElementById("pg4Story"+storynum4).style.display="none"
	if(storynum4==1){
		storynum4=3
	}
	else{
		storynum4-=1
	}
	clear=storynum4+1
	//alert(storynum3)
	//alert(clear)
	if(clear==4){
		document.getElementById("pg4Cap1").style.border=""
		document.getElementById("pg4Cap3").style.border="2px solid black"
	}
	document.getElementById("pg4Story"+storynum4).style.display="block"
	
	clearborder=document.getElementById("pg4Cap"+clear)
	clearborder.style.border=""
	current=document.getElementById("pg4Cap"+storynum4)
	current.style.border="2px solid black"
	
	
	
}








function activePage(catnum){
	clearActivePage();
	document.getElementById("cat"+catnum).style.color = "#006600"
	changePage(catnum);
	clearStory()
	//storynum=1
	//alert(storynum)
	pickme(1)
	pickme2(1)
	pickme3(1)
	pickme4(1)
	//alert("woots")
}

function clearActivePage(){
	for(y=1;y<=4;y++){
	document.getElementById("cat"+y).style.color = "#a2a2a2"
	}
}

function changePage(catnum){
	closePage();
	document.getElementById("page"+catnum).style.display = "block";
}

function closePage(){
	for(t=1;t<=4;t++){
	document.getElementById("page"+t).style.display = "none";	
	}
}

function clearStory(){
var h = 0
var m = 0
for(h=1;h<=3;h++){
		for(m=1;m<=3;m++){
		var u = "pg"+m+"Story"+h
//		alert("pg"+m+"Story"+h)
//		document.getElementById("page"+m).style.display = "none"
//		document.pg1Story1.style.display = "none";
//		alert(document.getElementById("pg"+m+"Story"+h).value)
		}
		

}
	//alert('success')
//document.getElementById("pg1Story1").style.display = "none"
}


<!--Academic Resources-->
var whatToggle = new Array("first","second","third","fourth","fifth")
function toggle3(b){
var which = whatToggle[b]
hide()
document.getElementById(""+which).style.display="block";
}
function hide(){
for(x=0;x<whatToggle.length;x++){
var tog = whatToggle[x]
document.getElementById(""+tog).style.display="none";
}

}



function submenuMouseoutHandler(event)
{
var toElement = null;
if (event.relatedTarget)
toElement = event.relatedTarget;
else if (event.toElement)
toElement = event.toElement;

//while (toElement && toElement.id != submenuId)
//toElement = toElement.parentNode;
while (toElement && toElement.tagName != "DIV")
toElement = toElement.parentNode;
if (!toElement)
{
//	alert('out of div');
	hide4();
	hide5();
	hide6();

	submenuMouseoutHandler
}
}



function strstr( haystack, needle, bool ) {
    // http://kevin.vanzonneveld.net
    // +   original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
    // +   bugfixed by: Onno Marsman
    // *     example 1: strstr('Kevin van Zonneveld', 'van');
    // *     returns 1: 'van Zonneveld'
    // *     example 2: strstr('Kevin van Zonneveld', 'van', true);
    // *     returns 2: 'Kevin '
 
    var pos = 0;
 
    haystack += '';
    pos = haystack.indexOf( needle );
    if( pos == -1 ){
        return false;
    } else{
        if( bool ){
            return haystack.substr( 0, pos );
        } else{
            return haystack.slice( pos );
        }
    }
}






function changeInfo(major)
{
	if(major == 21)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Students planning to transfer to SRU must have a minimum of a 2.0 QPA from the most recent institution attended and must be in good academic standing. Some academic majors have higher QPA requirements. Applicants into these select majors will be considered for general admission to the University, but must successfully complete 12 credits or more before application to the major.</td></tr></table>"
	}
	else
	if(major == 22)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>SRU's acceptance policy for Advanced Placement credits is available through the <a href='http://www.sru.edu/pages/7152.asp'>Academic Records and Summer School Office</a>.</td></tr></table>"
	}
	else
	if(major == 23)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Military credits are evaluated in the Office of Academic Records and Summer School. SRU awards credit for military service and military schooling; however, credit is not awarded solely for the completion of basic training or for Military Occupational Specialties (MOS). In order to receive credit for military service, a student must submit a DD214 or other official military record documenting a minimum of one year of continuous active duty. Students meeting this requirement will be awarded three credits of free electives. Students will receive credit for military schooling, regardless of the length of active or inactive duty; however, students are required to submit a DD214, Army/ACE Registry Transcript [(AARTS, Sailor/Marine/ACE Registry Transcript (SMART)] or other official military record documenting completion of military coursework before credit is awarded.<br/></td></tr></table>"
	}
	else
	if(major == 24)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Transfer students are students who have graduated from high school and have subsequently enrolled in coursework at another college, university, or other type of post-secondary institution without completing a baccalaureate degree and intend to enroll at Slippery Rock University to pursue a degree-granting program. High School students who complete post-secondary coursework prior to their high school graduation are considered new freshmen. Readmit students are those students who attended SRU as degree-seeking students and then stopped attending the University for any reason. Students wishing to resume studies at SRU must apply to the dean in the college of previous study or to the Office of Retention Services.</td></tr></table>"
	}
	else
	if(major == 25)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Once a student submits the $90 enrollment deposit, an official evaluation of transfer credits is processed as a degree audit report (DARS), which is sent with advisor contact and registration information a few weeks prior to the University's registration period.</td></tr></table>"
	}
	else
	if(major == 26)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>An articulation agreement is a plan, a process to help students who want to transfer from one school to another.</td></tr></table>"
	}
	else
	if(major == 27)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='400'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=400>If a FAFSA was completed previously but SRU was not listed as a recipient of the FAFSA results, it is necessary to call the SRU Financial Aid Office (724-738-2044) and provide them with the Data Release Number (DRN) located in the bottom left corner of the Student Aid Report (SAR). If unable to access a Student Aid Report, you may call 1-800-4FEDAID and request that the U.S. Department of Education send a duplicate SAR. With a PIN from the U.S. Department of Education, students can list SRU as one of their schools by going to www.fafsa.ed.gov and clicking on \"Make Corrections to a Processed FAFSA\". Simply list SRU and our school code (003327) on the FAFSA and submit the change electronically. Federal Stafford Loans cannot be transferred from one school to another. Pennsylvania State Grant applicants must authorize SRU as the recipient of all state grant information by contacting the Pennsylvania Higher Education Assistance Agency at 1-800-692-7392.</td></tr></table>"
	}
	else
	if(major == 28)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>The <a href='http://administration.sru.edu/admissions/images/NRTR.pdf'>Out-of-State Tuition Reduction Program</a> is designed to assist students who are U.S. citizens residing outside the state of Pennsylvania. The program provides eligible students the opportunity to pay a reduced tuition, equal to 150% of in-state tuition cost. In order to be eligible for the program, new transfer students must have completed 12 or more credits, have earned a 3.0 cumulative quality point average on all post-secondary coursework and be enrolled full-time at SRU. Additional information regarding the Out-of-State Tuition Reduction Program may be accessed at http://www.sru.edu/print/11140.asp.</td></tr></table>"
	}
	else
	if(major == 29)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>DARS is an acronym for the Degree Audit Report System. The DARS report is an official document which provides information about the classes a student has transferred and completed at SRU, as well as the ones that need to be taken in order to complete a degree. New Transfer students receive their DARS report after the $90 enrollment deposit is remitted to the University. DARS are updated shortly before registration each semester and are an important resource when meeting with an academic advisor.</td></tr></table>"
	}
	else
	if(major == 30)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Registration for the summer and fall terms begins in mid-April; registration for spring begins in mid-November. Transfer students who have remitted the $90 enrollment deposit subsequently receive a DARS report, the name of a faculty advisor and instructions for registration.</td></tr></table>"
	}
	else
	if(major == 31)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Upon receipt of the DARS report and registration instructions, students are asked to directly contact the assigned faculty advisor to schedule an appointment or make arrangements for phone advising prior to the assigned registration date. Questions regarding changes to the initial schedule should be directed to the advisor or the academic department. After the first semester's enrollment, students are given passwords to access the automated Rock Talk system, a method for making electronic changes to the schedule. The Office of Admissions cannot create or alter class schedules.</td></tr></table>"
	}
	else
	if(major == 32)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>The H drive is a designated area on the university's server where each students is given space to save their academic work. The I drive is a similar resource that contains folders for each academic department. Professors often save files to the I drive so students may access class assignments and PowerPoint slide shows. For more information about the H and I drives, check out this official <a href='http://www.sru.edu/pages/6663.asp'>How To</a> site. <a href='http://www.sru.edu/pages/4671.asp'>My Rock 1 Stop</a> is a \"one-stop\" site meant to provide students with common information about the university. The site contains material about academics, campus life, recent news and information, financial aid, and other common services available to students. <a href='http://academics.sru.edu/Education/COE/Tchr%20Candidates/TchrCandidate.htm'>What are the requirements for admission to the College of Education (COE)?</a> </td></tr></table>"
	}
	else
	if(major == 33)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>New transfer students are not required but are strongly encouraged to attend an <a href='http://administration.sru.edu/admissions/Orientation/WebPages/transferorientation.htm'>Orientation</a> in either August or January. Orientation is a half-day program designed to provide access to important information about the campus and the Slippery Rock community so our new students can make a smooth transition from their previous institution. Students will have the opportunity to meet with academic faculty and student life representatives throughout the day and, in addition, purchase textbooks and a parking pass, tour the library, and complete university business while on campus.</td></tr></table>"
	}
	else
	if(major == 34)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Transfer students are encouraged to live on-campus, but housing is not guaranteed. Residence hall rooms are assigned on a first-come-first-serve basis, so it is necessary to make your living arrangements as early as possible. Housing contracts are sent out shortly after the $90 enrollment deposit is made. Students planning to live on-campus must submit a signed contract, a preference sheet and $175 deposit. For more information, please visit the <a href='http://www.sru.edu/pages/5877.asp'>Residence Life</a> Web site.</td></tr></table>"
	}
	else
	if(major == 35)
	{
		document.getElementById('factSheetLink').innerHTML="<table height=250 width='350'><tr><td style=\"vertical-align: top;\" class=\"bodyText6\" align=\"left\" width=350>Slippery Rock University requires all students who bring a vehicle to campus to have a valid parking permit. Parking permits may be purchased at the Parking/Campus Security building; the cost for a one-academic year pass is $25.00. Students can also obtain a parking permit at Transfer Orientation in January or August. For your convenience, an on-line registration form is <a href=\"http://administration.sru.edu/police/studentvehicle.dot\">available now</a>. Your parking permit will be mailed to you.</td></tr></table>"
	}

}
