﻿/* pdf */
	function pdf (pdf)
			{
				s = screen;
				w = s.width-10;
				h = s.height-58;

				parameter_pdf = "height="+h+",width="+w+",top=0,left=0,alwaysLowered=0,alwaysRaised=0,maximize=0,copyhistory=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0,screenX=0,screeny=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
				tartalom_pdf = "<html><head><title>www.szombathely.hu</title></head><body leftmargin=\"0\" topmargin=\"0\"><center><embed src="+pdf+" width=\"100%\" height=\"100%\"></body>";

				ablak=window.open('','ablak', parameter_pdf);
				ablak.document.write(tartalom_pdf);
				ablak.focus();
			}

/* word */
	function word (url)
			{
				s = screen;
				w = s.width-10;
				h = s.height-58;

				var c = 0;
				var d = 0;

				parameter_word = "height="+h+",width="+w+",top=0,left=0,alwaysLowered=0,alwaysRaised=0,maximize=0,copyhistory=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=1,z-lock=0,screenX=0,screeny=0,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";

				ablak=window.open(url,'ablak', parameter_word);
				ablak.focus();
			}
			
/* excel */
	function excel (url)
			{
				s = screen;
				w = s.width-10;
				h = s.height-58;

				var c = 0;
				var d = 0;

				parameter_excel = "height="+h+",width="+w+",top=0,left=0,alwaysLowered=0,alwaysRaised=0,maximize=0,copyhistory=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=1,z-lock=0,screenX=0,screeny=0,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";

				ablak=window.open(url,'ablak', parameter_excel);
				ablak.focus();
			}		
