<!-- Begin
function firstWindow() {
ElementWindow = window.open('debrouss/popup/oblig_1.html','FirstWin','width=400,height=325')
}
function secondWindow() {
ElementWindow = window.open('debrouss/popup/oblig_2.html','secondWin','width=400,height=325')
}
function threeWindow() {
ElementWindow = window.open('debrouss/popup/oblig_3.html','threeWin','width=400,height=325')
}
function fourWindow() {
ElementWindow = window.open('debrouss/popup/oblig_4.html','fourWin','width=400,height=325')
}
function fiveWindow() {
ElementWindow = window.open('debrouss/popup/oblig_5.html','fourWin','width=400,height=325')
}
function sixWindow() {
ElementWindow = window.open('debrouss/popup/oblig_6.html','fourWin','width=400,height=325')
}
// End -->