function launchwindow(xwindow, xtarget) { 
window.open(xwindow+"?"+xtarget, "", "resizable=1,HEIGHT=600,WIDTH=800");
}
function clearme(el) {
	if (el.defaultValue==el.value) el.value=""
}