<!--
winWidth = null;
winHeight = null;
function OpenWin(f_url, winWidth, winHeight)
  {
if (f_url) {
    window.open(f_url, "", "width="+(winWidth)+",height="+(winHeight)+",scrollbars=yes,directories=no,status=no,location=no,toolbar=no,resizable=yes,top=10,left=10");}
  }
//-->
<!--
function Check()
{ var msg="";
if  ((document.contact.name.value.length<=0)&&(msg=="")) {msg="Your name?"; document.contact.name.focus();} 
if  ((document.contact.mail.value.length<=0)&&(msg=="")) {msg="Your mail?"; document.contact.mail.focus();} 
if  ((document.contact.phone.value.length<=0)&&(msg=="")) {msg="Your phone?"; document.contact.phone.focus();} 
if  ((document.contact.message.value.length<=0)&&(msg=="")) {msg="Your message?"; document.contact.message.focus();} 
if (msg!="") alert(""+msg+"");
if (msg=="") document.contact.submit();
}
//-->
<!--
function CheckCV()
{ var msg="";
if  ((document.cv.mail.value.length<=0)&&(msg=="")) {msg="Your email?"; document.cv.mail.focus();} 
if (msg!="") alert(""+msg+"");
if (msg=="") document.cv.submit();
}
//-->
<!--
function OpenGal(f_url)
  {
if (f_url) {
    window.open(f_url, '', 'width=780,height=550,scrollbars=yes,directories=no,status=no,location=no,toolbar=no,resizable=no,top=10,left=10');}
  }
//-->
<!--
imgName = null;
imgWidth = null;
imgHeight = null;
function picWindow(imgName, imgWidth, imgHeight, imgText)
{
if (imgName != null) 
	{
                   if (imgHeight == null) imgHeight = 300;
                   if (imgWidth == null) imgWidth = 380;
	temp = "Toolbar=no, Location=no, Directories=no, Status=no, Menubar=no, Scrollbars=no, Resizable=yes,top=0,left=0,width=" + (imgWidth + 40) + ",height=" + (imgHeight + 70);
	msgWindow = window.open("","ImageViewer",temp);
	msgWindow.document.open('text/html');
    msgWindow.document.writeln('<html><head><title>Photos</title></head><body bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">');
    msgWindow.document.writeln('<div align="center"><br><img src="' + imgName + '" width=' + imgWidth + ' height =' + imgHeight + '" border="1"></div><br>');
	msgWindow.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" border="0"><form>');
	msgWindow.document.writeln('<tr><td align="center"><input type="Button" value="Close" onClick="window.close()" style="font-size: 8pt; font-family: verdana; border-color:#eeeeee; background-color:#ffffff;">');
	msgWindow.document.writeln('</td></tr></form></table></body></html>');
	msgWindow.document.close();
                   }
}
//-->
<!--
function run_movie(arg)
{
document.write(arg);
}
//-->

