// Window Open
function winopen(url,width,height){
var mywin = top.window.open(url,'www', 'resizable=yes,scrollbars=yes,status=yes,menubar=no,height='+height+',width='+width+'');
mywin.focus();
}
// Define Style Sheet
function browser() {
browser=navigator.appName
if (browser=="Netscape")
document.write('')
else
document.write('');
}