// JavaScript Document
function new_window(url) {
		link= window.open(url,"link", "toolbar=0, location=0, menubar=0, scrollbars=1, resizable=1, status=0, width=650, height=490, left = 312,top = 134");
	}
