// vmm.jocabola.com functions

function imprint(){
	window.open('imprint.html','imprint','width=350,height=450,noresize');
}

function viewImage(file){
	
	window.open('view_image.php?img='+file,'img','width=100,height=100,scrollbars=0');

}

function openVideo(file,txt){
	
	window.open('video.php?video='+file+'&txt='+txt,'video','width=320,height=245,scrollbars=0,noresize');

}
