﻿function popUpWindow_dc(path) {
popUpWindow = window.open(path, "openWin1", "width=640,height=480,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=480,height=640,resizable=0,scrollbars=0,screenx=0,screeny=0,left=0,top=0");
window.popUpWindow.focus();}