function popwindow(pageSource)
{
	leWindow = window.open(pageSource, 'popwindow', 'toolbar=yes,width=550,height=550,status=yes,resize=yes,resizable=yes,scrollbars=yes,location=1,menubar=yes,x=10,y=20,left=10,top=20'); 
	leWindow.focus();
} 
