function preview(URL,width) {
	window.open(URL,'','width='+width+',height=500,scrollbars=yes');
}

