//
//-------------------------------------------------------------------
// Licensed Materials - Property of KNG International, Boise ID
//
// (c) Copyright KNG Intl. 2007
//
//-------------------------------------------------------------------
//

 function popUp(URL) {
 window.open(URL, "window", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=575,height=400,left = 250,top = 250');
 }
 
 function popUpCat(URL) {
 window.open(URL, "catalog", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=735,height=450,left = 250,top = 250');
 }

 function popUpUPS(URL) {
 window.open(URL, "catalog", 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=600');
 }
  
  