//detect browser tyes and version
//we also need to check if the files are accessed online or from hard drive
var browserN=navigator.appName
var browserV=navigator.appVersion
if (self.location.protocol=="http:") delimiter="\/"
else {
if (browserN=="Netscape") delimiter="\/"
else delimiter="\\"
}
