<!--
// filename: images_standard.js

var isIMG = document.images;

	if (document.images) {
		<!-- STANDARD BUTTONS ------->
		<!------ options button ------>
		template_button_on = new Image();   template_button_on.src = "http://www.agency-nursing-jobs.com/library_images/template_button_on.gif";
		template_button_off = new Image();   template_button_off.src = "http://www.agency-nursing-jobs.com/library_images/template_button_off.gif";
		<!------ logon button ------>
		template_button_logon_on = new Image();   template_button_logon_on.src = "http://www.agency-nursing-jobs.com/library_images/template_button_logon_on.gif";
		template_button_logon_off = new Image();   template_button_logon_off.src = "http://www.agency-nursing-jobs.com/library_images/template_button_logon_off.gif";
		<!------ logoff button ------>
		template_button_logoff_on = new Image();   template_button_logoff_on.src = "http://www.agency-nursing-jobs.com/library_images/template_button_logoff_on.gif";
		template_button_logoff_off = new Image();   template_button_logoff_off.src = "http://www.agency-nursing-jobs.com/library_images/template_button_logoff_off.gif";
		}
// -->
