function  ViewPhoto(mls,n,aid,id)
	{
		h=550;
		if ((screen.height) > 610)
			{
				h=700;
				
			}
		w=560;
		myscroll="yes";
	    mypage = "http://idx.mlspin.com/details.asp?viewphoto=yes&mls=" + mls + "&n=" + n + "&aid=" + aid + "&id=" + id;
		myname = "big";
		myresize = "yes";
		LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
		settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+myscroll +',resizable='+myresize ;
		win = window.open(mypage,myname,settings)
	
	}
	
	
function  ViewTour(TheLink)
	{
		h=550;
		w=550;
		myscroll="yes";
	    mypage = TheLink
		myname = "big";
		myresize = "yes";
		LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
		settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+myscroll +',resizable='+myresize ;
		win = window.open(mypage,myname,settings)
		win.focus();
	}
