
		//////////////////////////////////////////////////////////////////////////////
	   ///     																	  ///
	  ///		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>Welcome to APAC Electrics</h1><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.P.A.C  Electrics Wagga Pty Ltd is a privately locally owned electrical company operating since July 1st 2000. A.P.A.C Electrics offers specialized skills in the electrical trade. <br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We have fully licensed electricians and technicians, who pride themselves on quality of work in all divisions of the company. A.P.A.C Electrics have grown an excellent reputation for specialist skills and services within the industry.</h4>";