// JavaScript Document
function mainOnLoad(){
	man_id = document.getElementById('man_id').options[document.getElementById('man_id').selectedIndex].value;
	randtail = getRandomTail();
	if (man_id!=0) doAjax("ajax/man_models.php?man_id="+man_id+"&randtail="+randtail,'man_model_id_group_div');
	
//	alert('asd');
	
	//document.getElementById('b_top_right').innerHTML=document.getElementById('h_b_top_right').value;
	//document.getElementById('b_top_right').HTML="<script language='JavaScript' type='text/javascript' src=';http://abc.boom.ge/adjs.php?n=123script>";
//	alert(document.getElementById('h_b_top_right').value);

}