
// ------------------------------------------------------------ 
// 
// 
//                      Sierra-design
// 
//                       Copyrighted
//                 All Rights Reserved
// 
//   ABSOLUTELY NO REPRODUCTION of the code contained in
//      this file and/or any element from this page is
//   permitted without written permission from Sierra design.
//   
//  
// 
// ------------------------------------------------------------ 




/* Sub Window */


function openW(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,resizable=yes");}

function openWn(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=no");}

function openS(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=yes");}

function openPrint(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=yes,toolbar=yes,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes");}


