// JavaScript Document
// Title: template URL access
// Description: See Templates
// URL: http://www.webdesignoptions.com/scripts
// Version: 1.0
// Date: 10-01-2005 (mm-dd-yyyy)
// Author: Maggi Hall <msh@webdesignoptions.com>

	function openNewWindow (templateURL) {
		window.open(templateURL, "_blank");
		}
