
function openMe(newin) {
	flyout=window.open(newin,"warning","resizable=no,scrollbars=auto,width=420,height=110,top=50,left=50")
}
function Openme(newin) {
	flyout=window.open(newin,"warning","resizable=no,scrollbars=auto,width=420,height=110,top=50,left=50")
}

function openMe2(newin) {
	flyout=window.open(newin,"warning","resizable=yes,scrollbars=auto,width=420,height=210,top=10,left=10")
}

function openMe3(newin) {
	flyout=window.open(newin,"update","resizable=yes,scrollbars=yes,width=420,height=310,top=10,left=10")
}
