function OpenWin(url)
{
window.open(url,"midori","toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,width=400,height=380");
}
