// JavaScript Document
// Alexis Brovko

function popUp (fileName){
	elementWindow= window.open(fileName,"Window1","width=550,height=250,resizable=yes,scrollbars=yes, location=no");
}


