       
function LinkSelect(form, sel)
{
	c = sel.selectedIndex;
	adrs = sel.options[c].value;
	if (adrs != "-" )
	{
		LinkWin=window.open("","NewPage");
		LinkWin.location.href=adrs;
	}
}

		function handler__country_onchange (which) {
            if(which[which.selectedIndex].value != ''){
                document.location = which[which.selectedIndex].value;
            }
        }

        function handler__team_onchange (which) {
            document.location = which[which.selectedIndex].value;
        }

        var search_initial_value = "Search by Keyword or Item #";
        function handler__search_onclick (which) {
            search_box = which;
            if(which.value == search_initial_value){
                which.value='';
            } else {
                which.select();
            }
        }
        function handler__search_onblur (which) {
            if(which.value == '') {
                which.value = search_initial_value;
            }
        }
        function handler__go_onclick (which_textbox) {
            if(which_textbox.value == search_initial_value){
                which_textbox.focus();
                which_textbox.select();
            } else {
                which_textbox.form.submit();
            }
        }
        
	function fnCompSort(type) {
	   document.compare_sort.sort_by.value = type;
	   compare_sort.submit();
	   return true; 
	} 





var ImgObj;
var OldLinkNo=-1;
var version=0;
var endflg=0;
var msg="◆◆◆　大阪商工会議所ザ･ビジネスモール事務局が月４回(毎週水曜日)発行しているザ･ビジネスモールマガジンの線客万来コーナーで松原市商店会連合会ＩＴ委員会の活動が連載されました。　";

function InitDsp() {
    if (navigator.userAgent.indexOf("Mozilla/3.0") != -1){
        if ("Microsoft Internet Explorer" == navigator.appName){
            version = 3;
        }else{
            version = 4;
        }
    }else if (navigator.userAgent.indexOf("Mozilla/4") != -1){
        if ("Microsoft Internet Explorer" == navigator.appName){
            version = 3;
        }else{
            version = 4;
        }
    }else if (navigator.userAgent.indexOf("Mozilla/2.0") != -1){
        version = 2;
    }else if (navigator.userAgent.indexOf("MSIE") != -1){
        version = 1;
    }else{
        version = 0;
    }
}

function DispScroll() {
    setTimeout("DispScroll()",180);
    msg=msg.substring(1,msg.length)+msg.substring(0,1);
    document.info.infobox.value=msg;
}