function openwindow(url,target)
{
win=window.open(url,target, "scrollbars=1,resizable=1,width=400,height=370")
win.focus();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
