function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
	if ( !window.open(URLtoOpen, windowName, windowFeatures) )
	 alert( 'Pop Up Blocker is preventing this page from opening. Please disable to view.' );
}