function openWin(url,name,features) {
	win = window.open(url,name,features);
}