<!-- Start IPopper Script -->

//**********************************************************
//**********************************************************
//         I(mage)Popper PHP     (IPopper.js)
//         (c) DataLinks Software Solutions 2004
//
//         Mike Beebe
//         mike@dlss.ca
//
//         This script is bound by terms of the licence
//         agreement that came with it in license.txt
//**********************************************************
//**********************************************************


function IPopper(popurl,descrip){

//*******************************************
//************** CUSTOMIZATION **************
//
//     You may change the height and width 
//     values of the pop up window that will
//     be opened.  It is set to 550 pixels 
//     wide by 650 pixels high in the call
//     below.  Change them to suit your needs.
//
//*******************************************


win=window.open(popurl,"","width=250,height=350,top=50,left=100");
}

//End IPopper Script -->

