= 0)
{
var argname = pairs[i].substring(0,pos);
var value = pairs[i].substring(pos+1);
QueryString.keys[QueryString.keys.length] = argname;
QueryString.values[QueryString.values.length] = value;
}
}
}
QueryString_Parse();
function visi () {
var peida = 'menyy_'+QueryString('teema');
document.getElementById('fdiv').style.visibility = "visible";
document.getElementById(peida).style.visibility = "hidden";
}
if ( flashinstalled == 2 ) {
var flashikood = ''+''+''+''+''+'';
document.write('');
document.write(flashikood);
document.write('
');
visi();
} else {
// siin on menüü neile, kellel pole flashi
var htmlkood = '
'
+ '
'
+ '
'
+ '
'
+ '
'
+ '
';
document.write('');
document.write(htmlkood);
document.write('
');
visi();
}
// -->
';
} else {
var flashikood = ' ';
}
document.write(flashikood);
// -->
|
|
 |
 |
 |
 |
|
|