/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function doColourChange( obj )
{
	var url = obj.options[obj.selectedIndex].id;
	if(url != 'http://shoebedoo.demo3.perthweb.com.au/')
	{
		window.location = url;
	}
}
