function createNewWindow(url)
{
window.open(url, "h", "height=800, width=800, alwaysRaised=yes, dependent=yes, resizable=yes, scrollbars=yes");
}

/*function shit()
{
window.location.href=window.location.href;
}*/
