// script copyright by Gerald.Zankl@bitarts.at
// do not use, copy or edit this script without the consent of gerald zankl
// (c) october 2006, all rights reserved | www.bitarts.at

function picturePopUp_640x480(url) {
	var myWindow = window.open(url, "Bildanzeige", "resizable=no, scrollbars=no, toolbar=no, menubar=no, top=100, left=50, width=660, height=500");
	myWindow.focus();
}


function openWindow(url,x,y) {
	var window = open(url,"Link","menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,directories=no,status=no,status=no,width="+x+",height="+y);
	window.focus();
}
