// Custom scripts function reg_newsletter(){ if(document.form.newsletter_email.value == '' || document.form.newsletter_email.value == 'E-postadress' || document.form.newsletter_name.value == '' || document.form.newsletter_name.value == 'Namn'){ alert('Fyll i namn och e-postadress.'); }else{ document.form.act.value = 'reg_newsletter'; document.form.submit(); } } function fit_inst_sel_cat(){ document.getElementById('form').page.value = 'fitting_inst0'; document.getElementById('form').submit(); } function fit_inst_sel_cat2(){ document.getElementById('form').page.value = 'fitting_inst0'; document.getElementById('form').submit(); } function popup_film(){ var winWidth = 800; var winHeight = 580; var Url = 'http://monoflex.profilfilm3.com'; var posLeft = (screen.availWidth - winWidth) / 2; var posTop = (screen.availHeight - winHeight) / 2; var winInfo = 'width=' + winWidth + ',height=' + winHeight + ',left=' + posLeft + ',top=' + posTop + ',location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes'; var launchwin = window.open(Url, 'launchwin_film', winInfo); launchwin.moveTo(posLeft,posTop); launchwin.focus(); }