/*  ________________________________________________________________________________________________________________
	NAME: default.js
	
	DESCRIPTION: This JavaScript is used for general purpose functions
	
	NOTES: None
	
	CREATED BY: David Liong
	
	VERSION: 1.0.0
	
	MODIFIED BY:
	Date		Who					Version		Comments
	 ___________________________________________________________________________________________________________________ */



function writeAdobeReader()
{
	document.write("<p><i>If you don't have Adobe Acrobat Reader then click <a href='http://www.adobe.com/products/acrobat/readstep2.html' target='_blank'>here</a> or the Adobe icon to download a copy. <a href='http://www.adobe.com/products/acrobat/readstep2.html' target='_blank'><img src='images/adober.gif' alt='Click here to download a free copy of Adobe Acrobat Reader'/></a></i></p>");	
}
