function launchwin(url,name,attributes){
	newWindow = window.open(url,name,attributes);
	setTimeout('newWindow.focus();',250);
}