function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function LinkAlert(type)
{
if (type=="email") msg = 'This email link uses your email client to send non secure emails. This email address is not secure. DO NOT send sensitive personal or financial information to HomeStar Bank using this email address.  Please Use Our Secure Web Portal located on our Contact Us page.';
else msg="The HomeStar Bank web site provides links to other web sites for convenience and informational purposes only. Users should be aware that when you select a link on the HomeStar Bank's" +

" web site to an external web site, they are leaving HomeStar Bank's site. Linked sites are not under the control of HomeStar Bank. HomeStar Bank is not responsible for the contents" +

" of any linked site or any link contained in a linked site, or any changes or updates to such sites. The inclusion of a link does not imply endorsement by HomeStar Bank of the site, its" +

" content, advertisers or sponsors. External sites may contain information that is copyrighted with restrictions on reuse. Permission to use copyrighted materials must be obtained from the" +

" original source and cannot be obtained from HomeStar Bank.";

alert(msg);
}

function LaunchSmall(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=400,status=no,scrollbars=yes,toolbar=no,directories=no,resizable=yes');
    	}

function LaunchMedium(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=450,status=no,scrollbars=no,toolbar=no,directories=no,resizable=yes');
    	}
		
function LaunchLarge(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=575,status=no,scrollbars=no,toolbar=no,directories=no,resizable=yes');
    	}
		
function LaunchSmallscroll(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=400,status=no,scrollbars=yes,toolbar=no,directories=no,resizable=yes');
    	}

function LaunchMediumscroll(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=450,status=no,scrollbars=yes,toolbar=no,directories=no,resizable=yes');
    	}
		
function LaunchLargescroll(URL)
    	{
    	window.open(URL,'myCalculator','width=590,height=575,status=no,scrollbars=yes,toolbar=no,directories=no,resizable=yes');
    	}
	