var helpwin=null;
function helpwinopen(helphref1){
helpwin=window.open('http://www.ks-j.net/kands/AutoMakePage/sub_windw.cgi?'+helphref1,'Products','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=550,height=600');helpwin.focus();
}

function getHTML(url,pars){
  $('disp').innerHTML="<div class='TT' style='text-align:center;margin-top:100px;'>製品データ読み込み中・・・・・</div>";
	var myAjax = new Ajax.Updater(
	{success:'disp'},
	url,
	{method:'get',parameters:pars,onFailure:reportError}
	);
}

function reportError(request){
	alert('Sorry. There was an error. Try it ones more.');
}

function iniSelection(){
	for(i=0;i<iniSelection.arguments.length;i++){
		$(iniSelection.arguments[i]).selectedIndex = 0;
	}
	$('dispTop').focus();
}
