function openpopup(url)
{
	var newwindow;
	newwindow=window.open(url,'omlightpopup','scrollbars=yes,resizable=yes,width=642,height=700');
	if (window.focus) {newwindow.focus()}
}
