// JavaScript Document

<!--
function openWindow(url, name)
{
popupWin = window.open(url, name, "width=500,height=500,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=yes,resizable=yes");
}
//-->

<!-- OPEN WINDOW FUNCTION 2 -->

<!--Begin function
function Job(theURL) {
window.open(theURL, '', "toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no,width=500,height=500,marginheight=0,marginwidth=0,topmargin=0,leftmargin=0");
}
// End -->
