﻿function validate_required_text(field)
{
	with (field)
	{
		if (value == null || value == "")
			return false;
		else 
			return true;
	}
}
function validate_required_checkbox(field)
{
	with (field)
	{
		if (checked)
			return true;
		else 
			return false;
	}
}
	function AddToNotes(id, showinfo)
	{
		var array_of_id = Get_Cookie('Notes');
		if (array_of_id == null)
			array_of_id = '';
		if  (array_of_id.indexOf(id) == -1)
		{
			if (array_of_id != '')
				array_of_id += ',';
			array_of_id += '"' + id + '"';
			Set_Cookie( 'Notes', array_of_id, '100', '/', '', '' );
			if (showinfo== 'true')
				alert ('Oferta została dodana do notesu');
		}
		else
		{
				alert ('Oferta znajduje się już w notesie');
		}
	}
	function RemoveFromNotes(id)
	{
		var array_of_id = Get_Cookie('Notes');
		if (array_of_id == null)
			array_of_id = '';
		if  (array_of_id.indexOf(id) != -1)
		{
			var _Ids = array_of_id.split(',');
			array_of_id = '';
			for (var i = 0; i < _Ids.length; i++)
			{
				if (_Ids[i] != '"' + id + '"')
				{
					if (array_of_id != '')
						array_of_id += ',';
					array_of_id += _Ids[i];
				}
			}
			Set_Cookie( 'Notes', array_of_id, '100', '/', '', '' );
			window.location.reload();
		}
	}
	function ClearNotes()
	{
		Set_Cookie( 'Notes', '', '100', '/', '', '' );
	}
	function Selected()
	{
		var _checkboxes = document.getElementsByName('ID OFERTY');
  		for (var i = 0; i < _checkboxes.length; i++) 
  		{
  			if (_checkboxes[i].checked)
  			{
  				alert (_checkboxes[i].value);
  			}
  		}
	}
	function PrintSelected()
	{
		var _checkboxes = document.getElementsByName('ID OFERTY');
  		for (var i = 0; i < _checkboxes.length; i++) 
  		{
  			if (_checkboxes[i].checked)
  			{
  				window.open('http://www.intercentrum.com.pl/Firms/ICM/Pages/Print.aspx?id=' + _checkboxes[i].value);
  			}
  		}
	}	
	function DelSelected()
	{
		var _checkboxes = document.getElementsByName('ID OFERTY');
  		for (var i = 0; i < _checkboxes.length; i++) 
  		{
  			if (_checkboxes[i].checked)
  			{
  				RemoveFromNotes(_checkboxes[i].value);
  			}
  		}
	}
	function AddSelected()
	{
		var _checkboxes = document.getElementsByName('ID OFERTY');
		var showinfo = false;
  		for (var i = 0; i < _checkboxes.length; i++) 
  		{
  			if (_checkboxes[i].checked)
  			{
  				AddToNotes(_checkboxes[i].value, 'false');
  				showinfo = true;
  			}
  		}
		if(showinfo)
			alert ('Zaznaczone oferty zostały dodane do notesu');
	}
	function mapa_torun(id)
	{
		var szer=468;
		var wys=450;
		var wys2=wys+8;
		var szer2=szer+8;
		var Xpos=((screen.width/2)-(szer2/2));
		var Ypos=((screen.height/2)-(wys2/2));
		 
		Okno=window.open('http://www.intercentrum.com.pl/Firms/ICM/Pages/Map.aspx?id='+id,'mapa','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		Okno.focus();
	}
	function showExtraDiv(id)
	{
		document.getElementById('divSendMail').style.display = 'none';
		document.getElementById('divContactForm').style.display = 'none';
		
		document.getElementById(id).style.display = 'block';
	}
	function Calculator(id)
	{
		var szer=610;
		var wys=700;
		var wys2=wys+8;
		var szer2=szer+8;
		var Xpos=((screen.width/2)-(szer2/2));
		var Ypos=((screen.height/2)-(wys2/2));
		 
		Okno=window.open('http://www.intercentrum.com.pl/Firms/ICM/Pages/Calculator.aspx?id=' + id,'mapa','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		Okno.focus();
	}
	function Photosynth(id)
	{
		var szer=635;
		var wys=480;
		var wys2=wys+8;
		var szer2=szer+8;
		var Xpos=((screen.width/2)-(szer2/2));
		var Ypos=((screen.height/2)-(wys2/2));
		 
		Okno=window.open('http://www.intercentrum.com.pl/Firms/ICM/Pages/Photosynth.aspx?id=' + id,'photosynth','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		//Okno=window.open('http://192.168.1.205/ekomako.webapps.ebaza_2/Firms/ICM/Pages/Photosynth.aspx?id=' + id,'photosynth','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		Okno.focus();
	}
	function Movie(id)
	{
		var szer=500;
		var wys=405;
		var wys2=wys;
		var szer2=szer;
		var Xpos=((screen.width/2)-(szer2/2));
		var Ypos=((screen.height/2)-(wys2/2));
		 
		Okno=window.open('http://www.intercentrum.com.pl/Firms/ICM/Pages/Movie.aspx?id=' + id,'movie','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		//Okno=window.open('http://192.168.1.205/eKomako.WebApps.eBaza_2/Firms/ICM/Pages/Movie.aspx?id=' + id,'movie','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		//Okno=window.open('http://192.168.1.205/ekomako.webapps.ebaza_2/Firms/ICM/Pages/Photosynth.aspx?id=' + id,'photosynth','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,width='+szer2+',height='+wys2+',left='+Xpos+',top='+Ypos);
		Okno.focus();
	}
	function ShowPopupPage(pFileName, pWidth, pHeight)
	{
		Okno=window.open('http://www.intercentrum.com.pl/Firms/ICM/' + pFileName,'popupwindow','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=yes,status=0,directories=no,resizable=yes,width='+pWidth+',height='+pHeight+',left=0,top=0');
		Okno.focus();
	}
