/* INCLUDE THE CSS FILE FOR THE ACTUAL BROWSER */
if (navigator.appName == "Netscape") {
document.write("");
}else if( navigator.userAgent.toLowerCase().substring(0,1) == "m" && navigator.userAgent.toLowerCase().indexOf("opera") == -1 )
{
document.write("");
}else
{
document.write("");
}
// Update some layout elements
function initLayout() {
adjustMenuDesign();
adjustImageWidths();
removeFontTags(document.body);
}
// new submitForm and sendQuery, 050201
function submitForm(e) {
var code;
if (!e) var e = window.event;
if (e.keyCode) code = e.keyCode;
else if (e.which) code = e.which;
if (code==13) {
sendQuery();
}
}
function sendQuery() {
var bodyURL="";
bodyURL = "/MYWEB/sweden.nsf/SearchResult?ReadForm&query=" + escape(document.getElementById('query').value) + "&count=10&st=0&fr=0";
window.location.href = bodyURL;
}
//open and prefill submitform from Event cms document
function openfrmDoc() {
if(this.name=="RegisterWin") {
var eForm = opener.document.forms['eventData'];
var rForm = this.document.forms['_frmFeedbackWeb'];
if (eForm != null && rForm != null) {
rForm.field_1.value = eForm.eTitle.value ;
rForm.field_2.value = eForm.eStart.value;
}
}
}
// Adjust image caption width in content documents
function adjustImageWidths() {
for (var i=0; i-tags generated by Domino
var plain;
function removeFontTags(thisNode) {
var nl = thisNode.childNodes;
// consume all child nodes
for (var i=0; i