function menuOptions() {
if(screen){
	leftPos=(screen.width-205);
	topPos=(screen.height-462);
}
return 'width=185,height=383,resizable=no,scrollbars=no,status=no,left='+leftPos+',top='+topPos+'';
}
