/***************************************************************
*  Copyright notice
*
*  (c) 2006 WIV GmbH (info@wiv-gmbh.de)
*  All rights reserved
*
*
***************************************************************/
/**
 * form-functions-javascript for the 'Pferde.de-Relaunch 2006'-project
 * Pferdemarkt
 *
 * @author	Andreas Richter <richter@wiv-gmbh.de>
 */


var searchResultPrevButton = new searchResult_Button(
	'wivHorseMarket_button_prevLeft',
	'wivHorseMarket_button_prevIcon',
	'wivHorseMarket_button_prevText',
	'wivHorseMarket_button_prevRight'
	);	

var searchResultNextButton = new searchResult_Button(
	'wivHorseMarket_button_nextLeft',
	'wivHorseMarket_button_nextIcon',
	'wivHorseMarket_button_nextText',
	'wivHorseMarket_button_nextRight'
	);	
	

var searchForm = new searchResult_Form('wivHorseMarket_searchForm', 'wivHorseMarket_searchBox_start');


var announcementFormLoginButton = new forms_Button(
	'wivHorseMarket_button_loginLeft',
	'wivHorseMarket_button_loginIcon',
	'wivHorseMarket_button_loginText',
	'wivHorseMarket_button_loginRight'
	);
	
var announcementFormForgottenPasswordButton = new forms_Button(
	'wivHorseMarket_button_forgottenPasswordLeft',
	'wivHorseMarket_button_forgottenPasswordIcon',
	'wivHorseMarket_button_forgottenPasswordText',
	'wivHorseMarket_button_forgottenPasswordRight'
	);	
