
function openPop(collection,x,mywidth,myheight){
	
newwin=window.open("pics.php?collection="+collection+"&id="+x,"meinfenster","  height="+myheight +", width="+mywidth);
newwin.focus();
}

function openWhat(what){
newwin1=window.open(what,"meinpop","width=1024, height=768, resizable=yes, scrollbars=yes");
newwin1.focus();
}
