function preview(src, w, h) {
	window.open(src, 'preview', 'width=' + w + ', height=' + h);		
}