﻿function popUpWindow_dc(path) {
popUpWindow = window.open(path, "openWin1", "width=504,height=378,resizable=0,scrollbars=0,screenx=0,screeny=0,left=0,top=0");
window.popUpWindow.focus();}

function popUpWindow_dc_2(path) {
popUpWindow = window.open(path, "openWin2", "width=378,height=504,resizable=0,scrollbars=0,screenx=0,screeny=0,left=0,top=0");
window.popUpWindow.focus();}