// JavaScript Document
function new_window(url) {
	link= window.open(url,"preview");
}