//Global definitions, Copyright Jan Larsen, February 2005
//wwwroot=""
wwwroot="http://norsig2008.conwiz.dk/"
homecgi="http://www.conwiz.dk/cgi-all/norsig2008/"
space=wwwroot+"images/space.gif"
stylesheetlink=wwwroot+"css/conwiz.css"

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/search?hl=en&lr=&ie=ISO-8859-1&q=site%3A"+wwwroot+"+"+document.f.q.value
//  myWindow = window.open(t,"GoogleSearch")
//}
function searchsubmit(){
//  t="http://www.google.com/custom?hl=en&client=google-coop&cof=AH%3Aleft%3BCX%3ANORSIG%25202008%3BL%3Ahttp%3A%2F%2Fwww.google.com%2Fcoop%2Fimages%2Fcustom_search_sm.gif%3BLH%3A65%3BLP%3A1%3BGFNT%3A%23666666%3BDIV%3A%23cccccc%3B&adkw=AELymgUaprx-uQadg1dXIDKsXpdpvhbWtVgUZ4Gm_NJ3cNH6HPvKjC_x7dPpkWiSsWCtYjkRmKkhdTYzh65KaGMlwXs0GwXHfPXIguNqfIzaft_eMDAazWPTwVOvmCLunNZtR4aaWM0r&q="+document.f.q.value+"&btnG=Search&cx=007209443792586643223%3A1mg_cofqfik"
  t="http://www.google.com/cse?cx=007209443792586643223%3A1mg_cofqfik&q="+document.f.q.value
  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;
}
function viewcomments(Titel,Text,height,width){
  if (height){h=height}else{h=200} 
  if (width){w=width}else{w=400} 
  windowspar="height="+h+",width="+w+",resizable=yes,scrollbars=yes,statusbar=no,toolbar=no,location=no,directories=no,menubar=no,copyhistory=no";
  msg = open("","Vindue",windowspar);
  msg.document.write("<HTML><HEAD><TITLE>"+Titel+"</TITLE><link href="+stylesheetlink+" rel='stylesheet' type='text/css'></HEAD><BODY style=\"margin-top:10px;margin-bottom:10px;margin-left:10px;margin-right:10px;\">"+Text+"</BODY></HTML>");
  msg.document.close();
}
