// Launch the Apply popup for Careers and Internships

function applyWindow(position, location) {	
	//alert(position+':'+location);
	window.open('main/apply.php?location='+location+'&position='+position,'_blank','toolbar=no, scrollbars=yes, status=no, resizable=no, location=no, width=335, height=625');
}

