function newWin(url, features){
	open(url,"newWindow",features);
}
