// JavaScript Document

function validate(username,password)
{
	 if (username=="opriskme2007" && password=="orme2007")
		load('http://db.riskwaters.com/public/showPage.html?page=im_event_opriskmiddleeast_documents&tempId=463822');
	else {
		load('http://db.riskwaters.com/public/showPage.html?page=im_event_opriskmiddleeast_wrongpass&tempId=463822');
	}
}

function load(url)
{
	location.href=url;
}
