function u(symbol) {
document.a.b.value += symbol;
document.a.b.focus();
}
function besk(tekst){
document.a.bes.value = tekst;
}
function popup(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
oldvalue = "";
function passText(passedvalue){
if (passedvalue != "") {
var totalvalue = passedvalue;
document.sms.til.value = totalvalue;
}
oldvalue = document.sms.til.value;
}
function check_emne() {
document.sms.igjen.value = document.sms.melding.value.length;
}
function select_switch(status){
for (i = 0; i < document.a.length; i++){document.a.elements[i].checked = status;}}
function bruker() {
setTimeout("alert('Advarsel! Du blir logget ut automatisk hvis du ikke er aktiv de neste 5 minuttene!')", 3600000);
}
function blivip(){
window.open('/vip/bestillvip.up','bestillvip','menubar=0,resizable=0,scrollbars=1,width=420,height=500');
}