function show_image(imageID, url) {
	Foto=window.open(''+url+'show-image.php?imageID='+imageID+'','ASFILM','width=850,height=650,scrollbars=no,resizable=no,dependant=yes,status=no');
	Foto.focus();
}

function free_download(downloadID, url, language){
	var new_window=window.open(''+url+'free-download/index.php?downloadID='+downloadID+'&language='+language+'', 'FREEDOWNLOAD', 'width=500,height=500,resizable=no,dependant=yes,status=no,scrollbars=yes');
	new_window.focus();
}

function open_window(w_url, w_width, w_height){
	var new_window=window.open(w_url, 'NEW', 'width='+w_width+',height='+w_height+',resizable=no,dependant=yes,status=no,scrollbars=yes');
	new_window.focus();
}
