<!--
// JavaScript Document
var theGMTDate = new Date();
var toDay = new Date();
var gmtDate = theGMTDate.toGMTString();
var arr = gmtDate.split(' ');
var theDay = toDay.getDay();
var theMonth = toDay.getMonth();
var theDate = toDay.getDate();
var daysOfWeek = new Array("vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat");
var monthsOfYear = new Array("január", "február", "március", "április", "május", "június", "július", "augusztus", "szeptember", "október", "november", "december");
window.defaultStatus = "   - Szole Meat Húsipari Kft. - ";

function Datum() {
	document.write(arr[3]+". "+ monthsOfYear[theMonth] + " "  + theDate+ "., " +daysOfWeek[theDay]);
}

function Vissza() {
	document.write("Lap tetejére");
}

function PicView(mit1,x,y) {
  // fügvény hívása pl.: mit1=eleresiut/akarmi.jpg x = 480; y = 780;
  test = "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>";
  var popup=window.open('','PicView','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+x+',height='+y);
  popup.document.open();
  popup.document.write('<html><head><title>PicView Hús Rt. Digitals.hu</title><link href=css/popup.css rel=stylesheet type="text/css"></head>'+test+'<img src="');
  popup.document.write(mit1+'" name="kep_fo" onclick=window.close() alt="A képre kattintva bezárhatja az ablakot."></body></html>'); 
  popup.document.close();
}

function HtmlView(mit) {
  var popup=window.open(mit,'PicView','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=950,height=600');
}

function showhus(kepnev,cim){
	kepwin=window.open("","kepwin","maximize=no, noresizable, status=no, menu=no, toolbar=no, width=700, height=700");
	kepwin.document.open()
	kepwin.document.writeln("<html><title>" + cim + "</title>");
	kepwin.document.writeln("<Body topmargin='0' leftmargin='0' style='margin:0px; margin-right:0px;margin-left:0px;' marginwidth='0' marginheight='0'><table width='98%' height='98%' border='0' cellpadding='0' cellspacing='0'><tr>");
    kepwin.document.writeln("<td><div align='center'><a href='javascript:window.close();'><img border=0 src='" + kepnev + "' alt='A képre kattintva visszaléphet.'></a></div></td></tr></table></body></html>");
	kepwin.document.close()
	kepwin.focus();
}

function showpic(kepnev,cim,sizeX,sizeY){
	kepwin=window.open("","kepwin","maximize=no, noresizable, status=no, menu=no, toolbar=no, width="+sizeX+", height="+sizeY+", top=" + (screen.availHeight-sizeY) /2 + " , left=" + (screen.availWidth-sizeX)/2);
	kepwin.document.open()
	kepwin.document.writeln("<html><title>" + cim + "</title>");
	kepwin.document.writeln("<Body topmargin='0' leftmargin='0' style='margin:0px; margin-right:0px;margin-left:0px;' marginwidth='0' marginheight='0'>");
	kepwin.document.writeln("<a href=\"javascript:window.close();\"><image border=0 src='" + kepnev + "' height='"+sizeY+"' width='"+sizeX+"'></a>");
	kepwin.document.writeln("</body></html>");
	kepwin.document.close()
	kepwin.focus();
}

function fix()
 {
  vissza.style.top = document.body.scrollTop
 }
//-->