// JavaScript Document
function OpenURL(adresa) {
	eval("document.location='"+adresa+"'");
}
