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

