function validate(text1)
{
 text2="simba";

 // alert(text1);
 // alert(text2);

 if (text1.toLowerCase()==text2)
	{
	alert("Password IS GOOD !");
 	// window.location="reports.html";
	// location.href="reports.html";
	// this.open("reports.html"); // opens new
 	// window.open("reports.html"); // opens new this works
	// parent.close();
	// window.close("Access Reports");

document.write("<HTML><HEAD><FRAMESET ROWS='1,*' border='0' frameborder='0' framespacing='0' bordercolor='#000000'><FRAME NAME='menu' SRC='p_blank.html' SCROLLING='no' NORESIZE MARGINHEIGHT='0' MARGINWIDTH='0'><FRAME NAME='text' SRC='reports.html' SCROLLING='auto' NORESIZE MARGINHEIGHT='0' MARGINWIDTH='0'><\/FRAMESET><\/FRAMESET><SCRIPT SRC='mm_external.js' LANGUAGE=JAVASCRIPT TYPE='TEXT\/JAVASCRIPT'><\/SCRIPT><\/HEAD><BODY BACKGROUND='' BGCOLOR='#ffffff' TEXT='#000000' LINK='#008000' VLINK='#0000ff' ALINK='#ff0000'><NOFRAMES><P>Unfortunately, this site uses frames and your browser does not support them so you cannot view this site unless you upgrade to a better and newer browser.  Sorry about that!<\/BODY><\/HTML>");

	}
 else 
 	{
  	alert("Invalid Password! Please Try Again.");
	document.form1.text1.value = "";
        document.form1.text1.focus();
 	}
}
/**********************************/

function f_getpage()
{
// alert ('dennis');
return("reports.html");
}

function f_write_page(v_in)
{

// alert(v_in);

if (v_in == "mt") {
	// v_page = 'http:\/\/multiplestreamsofincome.com\/articles\/moneytree.htm';
           v_page = 'http:\/\/fullyfree.com\/robertallen\/pdf\/moneytree.html';
	}
else if (v_in == "ms") {
	v_page = 'http:\/\/www.whyresidualincome.com\/msi\/msi0.htm';
	}
else if (v_in == "ss") {
	// v_page = 'http:\/\/multiplestreamsofincome.com\/articles\/sevensecrets.htm';
	v_page = 'http:\/\/fullyfree.com\/robertallen\/pdf\/sevensecrets.html';
	}
else if (v_in == "50") {
	v_page = 'http:\/\/multiplestreamsofincome.com\/rgadownloads\/ndown\/index.htm';
	}
else if (v_in == "24") {
	v_page = 'http:\/\/multiplestreamsofincome.com\/rgadownloads\/24k\/index.htm';
	}
else if (v_in == "ip") {
	// v_page = 'http:\/\/multiplestreamsofincome.com\/articles\/infopreneur.htm';
	v_page = 'http:\/\/fullyfree.com\/robertallen\/pdf\/infopreneur.html';
	}
else 	{
	v_page = 'reports.html';
	}

// alert(v_page);
// window.open('reports.html');

repWindow = window.open('thankyou.html');
// open(repWindow);

repWindow.document.write("<HTML><HEAD><FRAMESET ROWS='1,*' border='0' frameborder='0' framespacing='0' bordercolor='#000000'><FRAME NAME='menu' SRC='p_blank.html' SCROLLING='no' NORESIZE MARGINHEIGHT='0' MARGINWIDTH='0'><FRAME NAME='text' SRC="+v_page+" SCROLLING='auto' NORESIZE MARGINHEIGHT='0' MARGINWIDTH='0'><\/FRAMESET><\/FRAMESET><SCRIPT SRC='mm_external.js' LANGUAGE=JAVASCRIPT TYPE='TEXT\/JAVASCRIPT'><\/SCRIPT><\/HEAD><BODY BACKGROUND='' BGCOLOR='#ffffff' TEXT='#000000' LINK='#008000' VLINK='#0000ff' ALINK='#ff0000'><NOFRAMES><P>Unfortunately, this site uses frames and your browser does not support them so you cannot view this site unless you upgrade to a better and newer browser.  Sorry about that!<\/BODY><\/HTML>");

}

/**********************************/
