// JavaScript Document
function OpenNewWindow(url,name,toright,tobottom)
						 
		{
			leftPos =0
						 
			if (screen)
			{
				leftPos=screen.width-screen.width 
						 
			}

			window.open(url,name,"width="+toright+","+"height="+tobottom+","+"left="+leftPos+",top=0,location=no,resizable=yes,scrollbars=yes,status=no"
				);
		}
		
		
		
function OpenMyResidence(url,name,toright,tobottom)
						 
		{
			leftPos =0
						 
			if (screen)
			{
				leftPos=screen.width-screen.width 
						 
			}

			window.open(url,name,"width="+toright+","+"height="+tobottom+","+"left="+leftPos+",top=0,location=no,resizable=yes,scrollbars=yes,status=no,toolbar=yes,menubar=yes"
				);
		}		  