// JavaScript Document


function LM_popup(URL){
	window.open(URL,"","location=no,menubar=no,status=no,titlebar=no,scrollbars=yes,toolbar=no,resizable=no,width=400,height=250");
	}
