function set_product(){
	var framedPage = location.search;
	if (framedPage.length > 1){
		framedPage = framedPage.substring(1);
		var thePage = framedPage.substring(0,60);
		eval("top.mainframe.location.replace('" + thePage +"')");}
	}