function openwin(openurl, name, width, height, scrollbars, resizable)
{
pWin= window.open(openurl, name, 'width=' + width + ',height=' + height + ',scrollbars=' + scrollbars + ',resizable=' + resizable + ',screenx=220,screeny=100,left=100,top=220,alwaysraised=1,dependent=1');
pWin.focus();
}
