Nav = navigator.appName == 'Netscape'
IE = navigator.appName == 'Microsoft Internet Explorer'
OP = navigator.appName == 'Opera'
ver4 =(Nav || IE || OP)?1:0;
