var newwin;
function launchwin(winurl,winname,winfeatures){
window.open(winurl,winname,winfeatures);
}
