defaultStatus="©2009 2010 Montis Outlet"


function setImg(id,img_src){
 document.getElementById(id).src = img_src;
}

function Venster(URL) {
venster = window.open(URL, 'popupvenster', 'width=700, height=920, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

function Venster2(URL) {
venster2 = window.open(URL, 'popupvenster', 'width=700, height=700, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}


function myprint()
{
window.print();
}
