function popup(html)
{ 
	newwindow=window.open(html,'pop','width=920,height=650,resizable=1,status=1,scrollbars=1,top=0,left=0,toolbar=1');

}