var MyWindow;
function FeedBack() {
	if(!MyWindow || MyWindow.closed)
		MyWindow=window.open("kontaktfeedback.html","KontaktFeedBack1",
"toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=450,height=530");
	if(MyWindow.focus) MyWindow.focus();
}

var KontaktImage1_window;
function PopupPic(sPicURL) { 
  //if(KontaktImage1_window && !KontaktImage1_window.closed) 
    //KontaktImage1_window.close(); //Firefox 2.0.0.0: window.focus() wasn't work, >=2.0.0.11 works again !
  KontaktImage1_window=window.open("popup.htm?"+sPicURL, "KontaktImage1", "scrollbars=no,resizable=yes,LEFT=10,TOP=10,HEIGHT=200,WIDTH=200");
  if(KontaktImage1_window.focus) KontaktImage1_window.focus();
} 
      
function PopupBigPic(sPicURL) { 
  //if(KontaktImage1_window && !KontaktImage1_window.closed) 
    //KontaktImage1_window.close(); //Firefox 2.0.0.0: window.focus() wasn't work !
  KontaktImage1_window=window.open("popup.htm?"+sPicURL, "KontaktImage1", "scrollbars=yes,resizable=yes,LEFT=10,TOP=10,HEIGHT=200,WIDTH=200");
  if(KontaktImage1_window.focus) KontaktImage1_window.focus();
}

function TeeKiri(sPart1, sPart2) {
	var sAadress = ("mailto"+":"+sPart1+"@"+sPart2+".ee");
	return sAadress;

}

function EPlatoo(sPart1) {
	return TeeKiri(sPart1, "platoo");
}

function EVesiir(sPart1) {
	return TeeKiri(sPart1, "vesiir");
}

