function openWin(theurl, winname, winfeatures) {
    window.open (theurl,winname,winfeatures);
}


