function toggle ()
{
}

function show ()
{
}

function hide()
{
}

function openWindow(url, h, w, status, scrollBars) 
{
return window.open(url, 'popunwin','width=' + w + ',height=' + h + ',toolbar=no,status=' + status + ',scrollbars=' + scrollBars + '');
}