// JavaScript Document
/************************************\
 Used to open pop ups 
\************************************/

function popup1(url) {
window.open( url, "myWindow", "toolbar=1,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=400" )
}
