function jump1(html_file)
{
        window.open(html_file,'namo','width=620,height=460,scrollbars=no,left=50,top=50,resize=no');
}



function jump2(html_file)
{
        window.open(html_file,'namo','width=476,height=460,scrollbars=no,left=50,top=50,resize=no');
}


function jump3(html_file)
{
        window.open(html_file,'namo','width=320,height=312,scrollbars=no,left=50,top=50,resize=no');
}

function jump4(html_file)
{
        window.open(html_file,'namo','width=750,height=500,scrollbars=no,left=50,top=50,resize=no');
}



