﻿
function popUpWindow()
{
    myLittleChildWindow = window.open("OOnline.htm", "babywindow", "height=190,width=450,resizeable=0, menubar=0,toolbar=0,location=0, directories=0,status=0");
    //myLittleChildWindow.moveTo(500,300);
}


