function MM_openBrWindow(theURL,winName,features) {
		window.open(theURL,winName,features);	
	}

function openthispicture(picture, w, h){
	MM_openBrWindow('/image.php?slika=' + picture  ,'slike','location=no,scrollbars=no,resizable=no,width=' + w + ',height='+ h);
}

function openpage(page, w, h){
	MM_openBrWindow('/' + page  ,'page','location=no,scrollbars=no,resizable=no,width=' + w + ',height='+ h);
}
