<!--

/*Function for opening pop window*/
function openWindow(argFile, argName, argWidth, argHeight, argScroll){	
   var x=window.open(argFile,argName,'width='+argWidth+',height='+argHeight+ ',scrollbars='+argScroll);
}

-->
