function selectWin(source,h1,w1)
{ newWin = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=10,left=10, scrollbars=yes');			
}

	function rollOver( object, className ) {
		object.className			= className;
	}