
		//////////////////////////////////////////////////////////////////////////////
	   ///     																	  ///
	  ///		This Website was developed by Riverina PCWorx					 ///
	 ///		http://www.riverinapcworx.com/ - enquiries@riverinapcworx.com   ///
	///																		   ///
   ///			The base Javascript engine of this CMS System is			  ///
  ///			Copyright ONLINE BUSINESS  info@online-business.ro			 ///
 ///																		///
//////////////////////////////////////////////////////////////////////////////

var Page = new Object;

// Here, you need to enter the text content of the page you are editing.
// Enter it in the format - Page["page name"] = "Page content"
//
// Ensure that if you use quotes (i.e. >"< ) to place a slash before it. 
// Otherwise it will think you are closing the page, and the content will not be displayed.
// i.e. - Mr Robinson said, \"The meal will be great!\"
//
// Other formatting tips.
// <h3>Text in between these 'h3' tags, will be displayed as a heading</h3>
// Text after a <br> tag will be displayed on the next line. Please use <br> instead of the enter key.
// Other formatting is available, if you have any experience with HTML, feel free to play.
// Otherwise a more user friendly interface will be coming soon.

Page["home"] = "<h1>Contact Us</h1><h4>Office:	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.P.A.C Electrics</h4>Address: &nbsp;&nbsp;&nbsp;1 Bardo Lane<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wagga Wagga<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NSW, 2650<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;P.O. Box 7322<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mount Austin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NSW, 2650<br><br><br>Email:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"mailto:info@apacelectrics.com.au\" style=\"color:#000000\" title=\"Contact Us\">info@apacelectrics.com.au</a><br><br><br><br><br>ABN. No.&nbsp;&nbsp;&nbsp;45 116 262 054<br><br>Contractor<br> Licence No:&nbsp;&nbsp;179318C<br><br><br><br>Office <br>Hours:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8:30am - 4:30pm";