function viewpic(id) {
	popupWin = 	window.open('malwettbewerb_send.php?id='+id,'pic','scrollbars=0,status=0,menubar=0,toolbar=0,resizable=1,width=400,height=650');
}

function view(url, width, height, name) {
	popupWin = 	window.open(url,name,'scrollbars=no,menubar=no,toolbar=no,width='+ width +',height='+ height +',left=100,top=100');
	}
	
function view_and_scroll(url, width, height, name) {
	popupWin = 	window.open(url,name,'scrollbars=yes,menubar=no,toolbar=no,width='+ width +',height='+ height +',left=80,top=40');
	}
