//Global definitions, Copyright Jan Larsen, February 2005
wwwroot="http://www.intelligentsound.org/"
space=wwwroot+"images/space.gif"
if (!(window.title)){
  title=document.title
}
if (!(window.maintainedbyemail)){
  maintainedbyemailpo="jl"
  maintainedbyemailpt="imm.dtu.dk"
}
if (!(window.maintainedbyhomepage)){
  maintainedbyhomepage="javascript:nothing()"
}
if (!(window.maintainedby)){
  maintainedby="Jan Larsen"
}
if (!(window.lastupdated)){
  lastupdated="01|11|2004"
}
function searchsubmit(){
  t="http://www.google.com/custom?hl=en&client=google-coop%22&cof=CX%3AIntelligent%2520Sound%2520Project%3B&q="+document.f.q.value+"&cx=007209443792586643223%3A3i2orb7h3s0"
  myWindow = window.open(t,"GoogleSearch")
}
function EmailCryptws(partOne, partTwo) {
    document.location.href = 'mailto:' + partOne + '@' + partTwo;
}
function EmailCrypt(partOne, partTwo,subj) {
    document.location.href = 'mailto:' + partOne + '@' + partTwo +'?subject='+subj;
}
function ShowEmailCrypt(partOne, partTwo,subj) {
    self.status = 'Send email to: ' + partOne + '@' + partTwo +'?subject='+subj;
}
function ShowEmailCryptws(partOne, partTwo) {
    self.status = 'Send email to: ' + partOne + '@' + partTwo;
}

