function newwin(theURL,winName,features) {window.open(theURL,winName,features);}
function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features);}
function uploadWin(url) {
	var uploadWindow; 
	uploadWindow = window.open(url, 'detailWindow', 'top=0,left=0,width=750,height=651,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1');
	uploadWindow.focus();
}
function cleartext(obj, toclear) {
	if (obj.value == toclear) {
		obj.value = "";
	}
}
function settext(obj, toset) {
	if (obj.value == "") {
		obj.value = toset;
	}
}