<!--

//  www.vandelayenteprises.com,  Copyright 2000-2005.

myPopup = '';

function openPopup(url) {
    myPopup = window.open(url,'popupWindow','toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,width=417,height=500');
    if (!myPopup.opener)
         myPopup.opener = self;
}

//-->

