
function OpenMovie () {

	moviewindow = window.open('movies/var2006/varietevideo.html','moviewindow','left=20,top=20,width=500,height=350,toolbar=0,resizable=0,location=0,menubar=0');

}


function OpenFoto () {

	moviewindow = window.open('images/gal_variete_2007/','moviewindow','left=20,top=20,width=800,height=900,toolbar=0,resizable=1,location=0,menubar=0');

}

function OpenFoto2008 () {

	moviewindow = window.open('images/gal_variete_2008/','moviewindow','left=20,top=20,width=800,scrollbars=1,height=900,toolbar=0,resizable=1,location=0,menubar=0');

}

function OpenFoto2009 () {

	moviewindow = window.open('images/gal_variete_2009/','moviewindow','left=20,top=20,width=800,scrollbars=1,height=900,toolbar=0,resizable=1,location=0,menubar=0');

}

function OpenFoto2010 () {

	moviewindow = window.open('images/gal_variete_2010/','moviewindow','left=20,top=20,width=800,scrollbars=1,height=900,toolbar=0,resizable=1,location=0,menubar=0');

}

function OpenMovieVariete () {

	moviewindow = window.open('movies/var2011/','moviewindow','left=20,top=20,width=660,scrollbars=0,height=420,toolbar=0,resizable=1,location=0,menubar=0');

}

function OpenGalNew (fp) {
   
  //BrowserDetect.init();
  //alert(BrowserDetect.browser);
  /* BrowserDetect.version, BrowserDetect.OS   */
	
  window.open(fp,'moviewindow','left=20,top=20,width=900,scrollbars=1,height=800,toolbar=0,resizable=1,location=0,menubar=0');


  
}

