function doNothing() {}
function openWindow(url,width,height) {
	window.open(url,"popup","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no,left=100,top=100,width="+width+",height="+height)
}