<!--function popitup(url){	newwindow=window.open(url,'name','height=900,width=600');	if (window.focus) {newwindow.focus()}}// -->