function popUp(thisurl,thiswin,thisproperties){
    newwin = window.open(thisurl,thiswin,thisproperties)
	newwin.focus();
}

