



function showResult1(str)
{


if (str.strUserID.value=="rivarche" && str.strPassword.value=="rivarche") {
	document.getElementById("txtResults").innerHTML="<a href=http://www.rivarche.com/Movie/KungFuMan%20raw%20100429.avi>Download</a>";

 }
   else {


	document.getElementById("txtResults").innerHTML="wrong";



 }

} 



