// JavaScript Document

function ShowLngWindow() 
	{
	window.open("lang_popup.html", "", "height=150, width=400")
	}