<!--

/* ADMIN */

		function AdminShowPhoto(ida,fn,width,height) {
			width = parseInt(width)+20;
			height = parseInt(height)+45;
			PhotoWindow = window.open('/page_admin/admin_sph.php/ida/'+ ida +'/fn/'+ fn,'PhotoWindow','width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
			PhotoWindow.moveTo((screen.width - width)/2,(screen.height - height)/2);
			PhotoWindow.focus();
		}


		function AdminShowCarPhoto(idc,fn,width,height) {
			width = parseInt(width)+20;
			height = parseInt(height)+45;
			PhotoWindow = window.open('/page_admin/admin_scph.php/idc/'+ idc +'/fn/'+ fn,'PhotoWindow','width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
			PhotoWindow.moveTo((screen.width - width)/2,(screen.height - height)/2);
			PhotoWindow.focus();
		}


		function AdminShowTuningPhoto(idt,fn,width,height) {
			width = parseInt(width)+20;
			height = parseInt(height)+45;
			PhotoWindow = window.open('/page_admin/admin_stph.php/idt/'+ idt +'/fn/'+ fn,'PhotoWindow','width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
			PhotoWindow.moveTo((screen.width - width)/2,(screen.height - height)/2);
			PhotoWindow.focus();
		}


		function PageShowCarPhoto(idc,fn,width,height) {
			width = parseInt(width)+20;
			height = parseInt(height)+45;
			PhotoWindow = window.open('/page_scph.php/idc/'+ idc +'/fn/'+ fn,'PhotoWindow','width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
			PhotoWindow.moveTo((screen.width - width)/2,(screen.height - height)/2);
			PhotoWindow.focus();
		}


		function PageShowTuningPhoto(idt,fn,width,height) {
			width = parseInt(width)+20;
			height = parseInt(height)+45;
			PhotoWindow = window.open('/page_stph.php/idt/'+ idt +'/fn/'+ fn,'PhotoWindow','width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
			PhotoWindow.moveTo((screen.width - width)/2,(screen.height - height)/2);
			PhotoWindow.focus();
		}


/* SKLEP */

		function PageShowPhoto(ida,file) {
			PhotoWindow = window.open('/page_sph.php/ida/'+ ida +'/file/'+ file,'PhotoWindow','scrollbars=no,toolbar=no,menubar=no,status=no,location=no,personalbar=no,directories=no,dependent=yes,resizable=no');
		}

/* OGÓLNE */

		function MM_preloadImages() { //v3.0
		  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
			var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
			if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
		}

		function MM_jumpMenu(targ,selObj,restore){ //v3.0
		  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		  if (restore) selObj.selectedIndex=0;
		}

		function SetStatus(status_text) {   
			window.defaultStatus = status_text;
			window.status = status_text;
		}

		function CloseWindow() {
			self.close();
		}

/* FORMULARZE */




//-->
