function PropertyIcons_OnSave(){
	//location.replace(location.href);
}

var PropertyPrintManager;

function PropertyIcons_OnPrint(ID){
	PropertyPrintManager = new EstateWeb_Objects_PropertyPrintManager();
	PropertyPrintManager.PropertyReference = ID;
	PropertyPrintManager.ClassName = "printmanager-container";
	//PropertyPrintManager.Container = "resultsContainer";
	PropertyPrintManager.CallbackFunction = "PropertyIcons_OnPrint_Callback";
	PropertyPrintManager.Open();
}

function PropertyIcons_OnPrint_Callback(){
	PropertyPrintManager.Close();
}

var PropertyCartManager = new EstateWeb_Objects_PropertyCartManager();
PropertyCartManager.GenerateOutputContainer();

function floorplanOver(){
	document.getElementById('FloorPlan').src='Images/home-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/home-icon-text.gif';
}

function floorplanOut(){
	document.getElementById('FloorPlan').src='Images/home-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function contactOver(){
	document.getElementById('ContactUs').src='Images/call-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/contact-icon-text.gif';
}

function contactOut(){
	document.getElementById('ContactUs').src='Images/call-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function printOver(){
	document.getElementById('Print').src='Images/print-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/print-icon-text.gif';
}

function printOut(){
	document.getElementById('Print').src='Images/print-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function pdfOver(){
	document.getElementById('PDF').src='Images/pdf-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/pdf-icon-text.gif';
}

function pdfOut(){
	document.getElementById('PDF').src='Images/pdf-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function mapOver(){
	document.getElementById('MAP').src='Images/new-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/map-icon-text.gif';
}

function mapOut(){
	document.getElementById('MAP').src='Images/new-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function galleryOver(){
	document.getElementById('Gallery').src='Images/photo-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/ph-g-icon-text.gif';
}

function galleryOut(){
	document.getElementById('Gallery').src='Images/photo-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function arrangeOver(){
	document.getElementById('ArrangeViewing').src='Images/arrange-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/arrange-icon-text.gif';
}

function arrangeOut(){
	document.getElementById('ArrangeViewing').src='Images/arrange-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}

function saveOver(){
	document.getElementById('SaveProperty').src='Images/save-icon-hover.gif';
	document.getElementById('IconTxt').src='Images/save-icon-text.gif';
}

function saveOut(){
	document.getElementById('SaveProperty').src='Images/save-icon.gif';
	document.getElementById('IconTxt').src='Images/icontext.gif';
}
