<!--
// Author: Howard Lively [theRamMan@CarolinaFan.com]
// Date:   January 10, 2002
// Dept:   Scholarship &amp; Student Aid - UNC-CH
// Appl:   SSA web site
// Additions: Mary E. Daniel/Carl Fisher (November 2002)

<!--

//Used for ssa_office_location.html -->
function popBigMap(url) { 
       popWin = window.open(url,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=600,left=50,top=0');
	}
<!--

//Used for most nonOSSA links and .pdf files.-->
	function popupLink(url) {
		popLink = window.open(url,'popLink','menubar=yes,location=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,resizable=yes,width=790,height=405,left=0,top=25');	
	 	self.popLink.focus();
	}
	function popupMyUNC(url) {
		popMyUNC = window.open(url,'popMyUNC','menubar=yes,location=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,resizable=yes,width=790,height=405,left=0,top=25');	
	 	self.popMyUNC.focus();
	}
	function popupStudentCentral(url) {
		popStudentCentral = window.open(url,'popStudentCentral','menubar=yes,location=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,resizable=yes,width=790,height=405,left=0,top=25');	
	 	self.popStudentCentral.focus();
	}
	function popupDoc(url) {
// PDFs have a problem with repeating popups in the same window.  To overcome that, 
// grab the PDF popup window with a blank url ("") and close it.... 
		popDoc = window.open('','popDoc','menubar=yes,location=no,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,resizable=yes,width=725,height=425,left=30,top=25');
		popDoc.close();
// Re-open it with .pdf url and set focus to it...
		popDoc = window.open(url,'popDoc','menubar=yes,location=no,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,resizable=yes,width=725,height=425,left=30,top=25');	
	 	self.popDoc.focus();
	}
	function popupNotice(url) {
		popNotice = window.open(url,'popNotice','menubar=no,location=no,scrollbars=no,status=no,titlebar=yes,toolbar=no,resizable=yes,width=350,height=150,left=225,top=300');	
	 	self.popNotice.focus();
	}
	function popupHowTo(url) {
		popHowTo = window.open(url,'popHowTo','menubar=no,location=no,scrollbars=no,status=no,titlebar=yes,toolbar=no,resizable=yes,width=450,height=250,left=525,top=50');	
	 	self.popHowTo.focus();
	}
	function popupStats(url) {
		popStats = window.open(url,'popStats','menubar=no,location=no,scrollbars=yes,status=yes,titlebar=yes,toolbar=no,resizable=yes,width=760,height=475,left=30,top=25');	
	 	self.popStats.focus();
	}

<!--
//Used for ssa_pop_summer_msg.html -->
	function setWin1() {
		self.focus();
    self.moveTo(50,20);
    resizeTo(630,240);
   }	


<!--
//Used for ssa_check_status.html -->
	 function popWin1() { 
       popWin = window.open('../status/ssa_pop_award1.html','popWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=200,left=50,top=50');
   }
   function popWin2() { 
       popWin = window.open('../status/ssa_pop_award2.html','popWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=180,left=50,top=50');
   }
   function popWin3() { 
       popWin = window.open('../status/ssa_pop_award3.html','popWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=440,left=50,top=50');
   }
   function popWin4() { 
       popWin = window.open('../status/ssa_pop_award4.html','popWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=620,height=420,left=50,top=50');
   }
   function popPic1() { 
       popPic = window.open('../images/ssa_award_notice1_600.jpg','popPic','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=570,left=50,top=20');
   }
   function popPic2() { 
       popPic = window.open('../images/ssa_award_notice2_600.jpg','popPic','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=570,left=50,top=20');
   }
//end-->