function launchLoRes(url)
{
	window.open(url,"_blank","toolbar=no, resizable=yes, width=641, height=481 ")
}

function launchHiRes(url)
{
    win=window.open(url,"_blank","toolbar=no, resizable=yes, width=641, height=481 ");
    win.focus()
}

