// JavaScript Document
//Popup Window Script 
//initiated by click of link, not automated; fixed size window with scroll bar
//for use with select job descriptions on careers pages

function openpopup(popurl){
var winpops=window.open(popurl,"","width=450,height=600,status,scrollbars")
}
//end of script

