/*
   ----------------------------------------
    JavaScript by Dexter to the Veritas.hu
   ----------------------------------------
*/

 var SITE_URL="http://www.veritas.hu/";

 function NewWin(theURL,winName,features){
   window.open(theURL,winName,features);
 }
 
 function regist(){
   window.open('regist.php','regist','width=500,height=450,top=100,left=100');
 }

 var okKep=false;
 if (document.images){
   okKep=true;
 }
 
 // kep rollover kezeles
 function ujKep(arg){
   if ( document.images ){
 	 rslt=new Image();
	 rslt.src=arg;
	 return rslt;
   }
 }

 function KepValt(kepID,kepNev) {
   document.images[kepID].src=eval(kepNev + ".src");
 }
 
 function v3d(hazid,lang){
   var url=SITE_URL + lang + "/3d/" + hazid + "/flash.html";
   window.open(url,hazid,'width=780,height=540,left=10,top=10');
 }

 function fullscreen(vrmlID){
   var FrameHTML="frame/" + vrmlID + "_frame.html";
   var WindowHandle=window.open(FrameHTML,'3D','fullscreen=yes','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
   location.href='flash.html';
 }
 
 function help(){
   window.open(SITE_URL + 'hun/3d/cosmohelp.html','HELP','scrollbars=yes,width=700,height=500,left=50,top=50');
 }
 
 function ShowBigPics(kepurl,w,h){

   if ( (w>0) && (h>0) ){

     var pref="status=yes,resizable=no,width="+w+",height="+h+",left=100,top=100";

     window.open(SITE_URL + 'ShowBigPics.php?p=' + kepurl,'Bigpics',pref);

   }else{

      window.open(SITE_URL + 'ShowBigPics.php?p=' + kepurl,'Bigpics','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');

    }

 }