function openPopup(wname,src,width,height) {
     wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,dependent=1,width='+width+',height='+height;
        newwindow=window.open(src,wname,wpars);
        if (window.focus) {newwindow.focus()}
}
function openSubwinresize(wname,src,width,height) 
 {
     wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,dependent=1,width='+width+',height='+height;
	newwindow=window.open(src,wname,wpars);
	if (window.focus) {newwindow.focus()}
 } 
function openSubwin(wname,src,width,height) 
 {
     var wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=0,dependent=1,width='+width+',height='+height;
	var newwindow=window.open(src,wname,wpars);
	if (window.focus) {newwindow.focus()}
 } 

 // A http://www.vitalland.hu/termektapasztalatok-felvitele oldalhoz kell
 function cikk_ablakba(node) {
     cikk = window.open("http://www.vitalland.hu/node/"+node,"Cikkablak","status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,screenX=0,screenY=0");
 }
 
 // A http://www.vitalland.hu/nevjegy-szerkesztes oldalhoz kell
 function nevjegy(ajanlokod) {
     njablak = window.open("http://www.vitalland.hu/nevjegy?"+ajanlokod,"Nevjegyablak","status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,screenX=0,screenY=0");
 }
 
 function profil_ablakba(ajanlokod) {
     profil = window.open("http://www.vitalland.hu/"+ajanlokod+"/profil","Profilablak","status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,screenX=0,screenY=0");
 }
  
 function megrendeles_ablakba() {
     megr = window.open("http://www.vitalland.hu/megrendeles","Megrablak","status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=1,resizable=1,screenX=0,screenY=0");
 }