function newwindow(url) {
	NewWindow=window.open(url, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=580,height=600');
	NewWindow.focus();
}
function ppwindow(url) {
	NewWindow=window.open(url, 'ABB', 'scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,width=720,height=550');
	NewWindow.focus();
}


function pp2window(url) {
	NewWindow=window.open(url, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=yes,menubar=no,resizable=yes,width=750,height=550');
	NewWindow.focus();
}
function newwindowhd(url) {
	NewWindow=window.open(url, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=630,height=600');
	NewWindow.focus();
}

function windowsized(theUrl, width, height) {
	NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width='+width+',height='+height);
	NewWindow.focus();
}

function scrollup () { 
	window.scrollTo(0,0) 
}

function videolink(url) {
	document.write("<a href=\"/video/?url="+url+"\" target=\"video\" onclick=\"window.open('http://www.votello.de/video/?url="+url+"','video','width=320,height=338,scrollbars=no,resizable,screenX=250,screenY=10').focus();return false;\" title=\"Video ansehen\">");
}