function openwindow(url,x,y) { newwindow = window.open('http://www.joridegoede.com/'+url,'name','screenx=400,screeny=200,height='+y+',width='+x); if(window.focus) { newwindow.focus(); } }