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

