/**
* Quick property locator support.
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: testsvn.php 31 2008-05-22 14:32:48Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 31 $
* @lastrevision $Date: 2008-05-22 09:32:48 -0500 (Thu, 22 May 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-05-22 09:32:48 -0500 (Thu, 22 May 2008) $
* @filesource $URL: svn+ssh://miken@svnhost/svnhome/base/trunk/testsvn.php $
*/

function loadQplLoc ( )
{

	selIdx = document.forms.clemme_qpl.qpl_loc.selectedIndex;

	if ( selIdx > 0 )
	{
		window.location = document.forms.clemme_qpl.qpl_loc.options[ selIdx ].value;
	}
	else
	{
		return;
	}

}
