﻿document.write('<a href="/news/whatsnew.html"><img src="/graphics/rotator.gif" border="0" alt="" height="215" width="135" border="0"></a>')

function emailWarning() { 
 window.alert('Reminder:  For your protection, never send private information, such as account numbers and passwords, via email. See our Privacy Policy section for more information about protecting your privacy');
} 

function warning() {
	window.alert('The link you have selected is located on another server. Please click OK to leave the Pacific Advantage Credit Union site and proceed to the selected site. Bridge Bank does not endorse this web site, its sponsor, or any of the policies, activities, products, or services offered on the site or by any advertiser on the site.');
}

function popup_login (url, h, w, extras) {
	// initilize variables
	var props = "resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no";
	// append the list of properties to the default properties
	if ( extras != "" ) {
		props += ","+ extras;
	}
	// require a height and width to be specified
	if ( w == "" || h == "" ) {
		return false;
	} else {
		// open the Pop-up Login window
		popupLogin = window.open(url, "popupLogin","width="+ w +",height="+ h +","+ props);
	}
}