function openPopUp(URL, id) 
{
	w = window.open(URL, id, 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,scrollbars=1,width=535,height=510,left = 242,top = 114');
	w.focus();	
}