<!--hide script from old browsers
function openwin(url,width,height){
window.open(''+ url +'','feat','width=' + width + ',height=' + height + ',toolbar=no,scrollbars=no,menubar=no,status=no,resizable=no');
}
// JavaScript Document-->