/**UTF-8で作成・編集して下さい*/

function subwin(theURL,winName,features)
{
 window.open(theURL,winName,features);
}

