function openWin(another){
	newwin=window.open(another,'newwin');
	newwin.focus();
}
