/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// For Werbeagentur Rechl <www.rechl.de>
// Copyright 2008
//
// File        : js_rotation.js
// Begin       : 2008.08.15 13:30:05
// Last Update : 2009.02.06 11:35:59
*/

function jsrot(stat,oid)
{
	document.getElementById('jsrot_'+oid).style.width = ((stat == 0) ? 170+'px' : '100%');
	document.getElementById('jsrot_'+oid).style.height = ((stat == 0) ? 170+'px' : '100%');
	document.getElementById('jsrot_'+oid).style.zIndex = ((stat == 0) ? 1 : 100);
}
