var chatablak;
function openchat()
   {
   chatablak = window.open("/htm/chat.html","Chat","width=800,height=580,status=yes");
   }

var fotoablak;
function galeria(gal,kep)
   {
   fotoablak = window.open("galeria.php?galeriaid="+gal+"&kepid="+kep,"Fotoalbum","width=1000,height=790,status=no");
   }



function ujsagcikktolt(cim,x,y)
   {
     x=x+20;
     ujsagcikkablak = window.open(cim,"Ujsagcikk","width="+x+",height="+y+",resizable=yes,scrollbars=yes");
   }




function hirleveltolt(cim,x,y)
   {
     kottakablak = window.open(cim,"Hirlevel","width="+800+",height="+580+",resizable=yes,scrollbars=yes");
   }
var isIE = (navigator.appName == "Microsoft Internet Explorer");

function bevitel_csakszam(e) {
var Key = e.keyCode;
if (Key == 0) {Key = e.which}
if ((Key >= 48 && Key <= 57) || Key == 8 || Key == 9 || Key == 37 || Key == 38 || Key == 39 || Key == 11 || Key == 12 || Key == 46) 
return true;
return false;
}


function db_modosit(db,id)
{

  document.location.href='index.php?m=shop&a=kosar&f=kosarba&db='+db+'&id='+id;

}


var fotoablak1;
function termekablak(cim,x,y)
{
   fotoablak1 = window.open("about:blank","Fotoablak","width="+x+",height="+y);
   with (fotoablak1.document) {
   open("text/html");
   write('<html><head><title>republic.hu</title></head><body MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0" TOPMARGIN="0" ><img src="/termekek/kepek/'+ cim +'.jpg"  border=0 alt="" /></body></html>');
   close();            
   }
}
