function VisaOrdlista(ord) {
	var features = 'location = 0, statusbar = 0, menubar = 0, width = 300, height = 200';
	var target = 'Ordlista';
	var theWindow = window.open("/ordlista.php?ord=" + ord, target, features);
	theWindow.focus();
//	return theWindow;
}