function tb_send()
{
	var url = "http://conv.jp/tb/tbsend.php";
	window.open(url , 'conv_tb_send', 'width=300,height=200,scrollbars=1,dependent=yes');
}

function CloseTbWindow()
{
	parent.opener.document.tbsend.url_tb.value = '';
	self.close();
}

function tbroll(img_src)
{
	document.tbsend.tb_img.src = img_src;
}

function opensw(url,w,h)
{
	window.open(url, 'SWIN', 'alwaysRaised=yes,dependent=yes,menubar=no,resizable=yes,titlebar=no,scrollbars=no,height='+h+',width='+w+',top=0,left=0');
}

function man_win(theURL, w, h)
{
	wObj=window.open(theURL, 'new', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes');
       wObj.resizeTo(w, h);
       wObj.focus();
}

