<!--
	//    (c) 1997 Patrick Simon (patrick@webside.de)
	//    free for profit and non-profit use if this header stays
	
	        function Browser()
	        {       
	                if (navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1) return 1
	                else return 0
	
	        }
	        function Description(url,dow,winwidth,winheight)
	        {
	                if (stat == 0)
	                        {
	                        description=window.open(url,'descr','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,scrollbars=yes,resizable=yes,top=10,left=10,copyhistory=no,width='+winwidth+',height='+winheight)
	                        description.focus()
	                        stat=dow
	                        if (Browser() == 1 ) window.open(url,'descr')
	                        else
	                                {
	                                stat=0
	                                }
	                        }
	        }
			function Description2(url,dow,winwidth,winheight)
	        {
	                if (stat == 0)
	                        {
	                        description=window.open(url,'descr','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,scrollbars=yes,resizable=yes,top=50,left=250,copyhistory=no,width='+winwidth+',height='+winheight)
	                        description.focus()
	                        stat=dow
	                        if (Browser() == 1 ) window.open(url,'descr')
	                        else
	                                {
	                                stat=0
	                                }
	                        }
	        }
	// -->
	stat=0
	dow=0
	
	function open_window11()
                        {
                        windowname = window.open("/scrapbookalbums/Nov2008.html","Nov2008","top=10,left=10,width=750,height=415,resizable=0,scrollbars=0");
                        }
	
	function open_window22()
                        {
                        windowname = window.open("/include/popup/popup_upp.cfm","upp","top=10,left=10,width=250,height=230,resizable=0,scrollbars=0");
                        }
	function open_window23()
                        {
                        windowname = window.open("/include/popup/popup_upp_home.cfm","upphome","top=10,left=10,width=250,height=230,resizable=0,scrollbars=0");
                        }
	function open_window43()
                        {
                        windowname = window.open("/include/popup/popup_summer.cfm","summer","top=20,left=20,width=300,height=393,resizable=0,scrollbars=0");
                        }
	function open_window12()
                        {
                        windowname = window.open("http://www.suzeorman.com/protectprovid/","ppvid","top=10,left=10,width=250,height=230,resizable=0,scrollbars=0");
                        }
	function openwindow1()
                        {
                        windowname = window.open("http://www.suzeorman.com/protectprovid/","ppvid","top=10,left=10,width=250,height=230,resizable=0,scrollbars=0");
                        }
	function open_window44()
                        {
                        windowname = window.open("/include/popup/popup_myfdic.cfm","myfdic_popup","top=20,left=20,width=600,height=510,resizable=0,scrollbars=0");
                        }
	
	function open_window57()
                        {
                        windowname = window.open("/include/popup/popup_myfico.cfm","myfico_popup","top=20,left=20,width=640,height=420,resizable=0,scrollbars=1");
                        }
	
	function open_window72()
                        {
                        windowname = window.open("/include/popup/popup_qvcvid.cfm?vn=44_PURPLEQVCPROMO_FINAL","qvc1","top=20,left=20,width=468,height=550,resizable=0,scrollbars=0");
                        }
	function open_window73()
                        {
                        windowname = window.open("/include/popup/popup_qvcvid.cfm?vn=46_YELLOWQVC_FINAL","qvc1","top=20,left=20,width=468,height=550,resizable=0,scrollbars=0");
                        }
	function open_window74()
                        {
                        windowname = window.open("/include/popup/popup_breastcancer.cfm","avonbc","top=20,left=20,width=650,height=440,resizable=0,scrollbars=0");
                        }
						
						

// Centered Pop-Up Window (v1.0)
// (C) 2002 www.smileycat.com
// Free for all users, but leave in this header

var win = null;
function newWindow(mypage,myname,w,h,features) {
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  if (winl < 0) winl = 0;
  if (wint < 0) wint = 0;
  var settings = 'height=' + h + ',';
  settings += 'width=' + w + ',';
  settings += 'top=' + wint + ',';
  settings += 'left=' + winl + ',';
  settings += features;
  win = window.open(mypage,myname,settings);
  win.window.focus();
}
                        