
function drawAlert () {
alert ("This is an alert message that can say whatever you want!");
}
function sendVariables (variables,command){
	try {
		if (command == "NAV_ID"){
			parent.document.pepe.SetVariable("nav_id", variables);
		}
		if (command == "BREADCRUMB"){
			f1.fscom1.SetVariable("breadcrumb", variables);
		}
	}
	catch(err) { }
}

