function open_Popup(name) {
    var newWindow = window.open((name), 'popOpen', 'width=900,height=700,scrollbars=yes,resizable=yes,toolbar=no,status=yes,menubar=no');
    if (newWindow && !newWindow.opener) newWindow.opener = self;
	if (self.opb_in_popup != null) window.close();
}

function open_Popup2(name) {
    var newWindow = window.open((name), 'popOpen', 'width=1000,height=920,scrollbars=yes,resizable=yes,toolbar=no,status=yes,menubar=no');
    if (newWindow && !newWindow.opener) newWindow.opener = self;
	if (self.opb_in_popup != null) window.close();
}

function open_Square(name) {
    var newWindow = window.open((name), 'popOpen', 'width=700,height=700,scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no');
    if (newWindow && !newWindow.opener) newWindow.opener = self;
	if (self.opb_in_popup != null) window.close();
}
