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