function load(previewURL, width) {
	var load = window.open(previewURL,'','scrollbars=yes,height=800,width='+width+',resizable=yes');
}
