function LVolumePopUp(URL, v) {
			day = new Date();
			id = day.getTime();
			if (v==2) { 
				v = 'http://89.16.161.154/lvolume/v.2/presentation.php?publication=';
			} else {
				v = 'http://89.16.161.154/lvolume/presentation.php?publication=';
			}
			URL = v + URL;
			eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=' + screen.width + ',height=' + screen.height + ',left = 0,top = 0');");

		}



