
var screenheight= (screen.height - 100);
function askExpert() {
smallwindow=window.open("http://www.Sweden.etlsemko.com/en/askExpert.asp","", 'height=500,,width=300,toolbar=no,scrollbars=no,resizable=no,left=0,top=0');
}

function popup(id) {
smallwindow=window.open("http://www.Sweden.etlsemko.com/en/popup.asp?page_id=" + id ,"", 'height=550,,width=450,toolbar=no,location=yes,scrollbars=yes,resizable=no,left=0,top=0');
}

function popupAbout(id,type) {
smallwindow=window.open("http://www.Sweden.etlsemko.com/en/popup_about.asp?page_id=" + id + "&type=" + type,"", 'height='+screenheight +',,width=450,toolbar=no,location=yes,scrollbars=yes,resizable=yes,left=0,top=0');
}
function openGMap(id,type) {
smallwindow=window.open("http://www.etlsemko.com/marketaccess/globalmap.html","", 'height='+screenheight +',,width=760,toolbar=no,location=yes,scrollbars=yes,resizable=yes,left=0,top=0');
}
function changeLanguage(url) {
window.location=(url);	
}