function termsWindow(language){
	var tmp = window.open("terms/?language=" + language, "tmp", "width=760, height=650, scrollbars=1, toolbars=0, location=0, status=0, left=0, top=0");
	tmp.focus();
}


function showWallPaper(uRL){
	var tmp = window.open(uRL, "tmp", "width=800, height=600, scrollbars=1, toolbars=0, location=0, status=0, left=0, top=0");
	tmp.focus();
}