//
function showPage(theURL,theSize){
   window.open(theURL,"",theSize,status='1',scrollbars='1',toolbar='1');
}
//-->


