function setClientSize( w, h )
{
window.resizeBy(w-document.body.clientWidth, h-document.body.clientHeight);
} 
function popup(){	
	Venster = window.open("D8D.popup.pda04.html","PopUp","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=315,height=465")
}

