
var TextUserId = 0
var TextPwd = 0

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function openWindow(page, width, height, top, left, menu, id)
{
	popupwindow = window.open(page,id,"resizable=no,scrollbars=yes,menubar=" + menu + ",width=" + width+ ",height=" + height + ",top=" + top + ",left=" + left);
	if(popupwindow !=null){
		if (popupwindow.opener==null){
			popupwindow.opener=self;
		}
	}
	popupwindow.focus()
}

function ShowClippings(ownerID) {
	iW = 475
	iH = 275
    x = (640 - iW)/2, y = (480 - iH)/2;

    if (screen) {
        y = (screen.availHeight - iH)/2;
        x = (screen.availWidth - iW)/2;
    }
	msgWindow = window.open('menu/clippings.asp?ownerID=' + ownerID,'Clippings','resizable=no,scrollbars=yes,width='+iW+',height='+iH+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
if (msgWindow.opener == null) msgWindow.opener = self;
}


function AddClipping(newsid) {
	iW = 475
	iH = 275
    x = (640 - iW)/2, y = (480 - iH)/2;

    if (screen) {
        y = (screen.availHeight - iH)/2;
        x = (screen.availWidth - iW)/2;
    }
	msgWindow = window.open('menu/addClipping.asp?num='+newsid,'Clippings','resizable=no,scrollbars=yes,width='+iW+',height='+iH+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
if (msgWindow.opener == null) msgWindow.opener = self;
}

onLoad="MM_preloadImages('/_images/spacer.gif')"
