var myscreenwidth=screen.width;
var myscreenheight=screen.height;

//alert('hello there !');

function ReloadPage(Link, LanguageValue) {
//	alert(Link + ' ' + LanguageValue);
	document.location=Link + LanguageValue;
}


