﻿<!--
function openPopUp(image){
	newwindow = window.open ('galleryPop.html?'+image,'lovkaGallery', 'top=100, left=100, width=757, height=557, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function openExhibitPopUp(image){
	newwindow = window.open ('exhibitPop.html?'+image,'exhibitionpics', 'top=100, left=100, width=860, height=600, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function openMovie(){
	newwindow = window.open ('moviePop.html?','lovkaGallery', 'top=100, left=100, width=757, height=557, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function openPopUpAlbumya(image){
	newwindow = window.open ('albumyaPop.html?'+image,'lovkaGallery', 'top=100, left=100, width=757, height=557, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function showHint(hintNum){
	newwindow = window.open ('hintPop.html?'+hintNum,'lovkaGallery', 'top=100, left=100, width=757, height=557, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function showFlash(){
	newwindow = window.open ('privatePop.html','lovkaGallery', 'top=100, left=100, width=757, height=557, status=0, toolbar=0, location=0, resizable=0, scrollbars=0, directories=0, menubar=0, titlebar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
//-->