function OpenPopupWindow(c,f,g,b,a,e,d){var i,h;i=e;if(e=="left"){i=0}if(e=="middle"){i=(screen.width/2)-(b/2)}if(e=="right"){i=screen.width-b-10}h=d;if(d=="top"){h=0}if(d=="middle"){h=((screen.height-56)/2)-(a/2)}if(d=="bottom"){h=screen.height-56-a}g+=",width="+b+",height="+a+",screenX="+i+", screenY="+h+",left="+i+",top="+h;window.open(c,f,g)}function openWindowMove(c,f,g,b,a,e,d){var i,h;i=e;if(e=="left"){i=0}if(e=="middle"){i=(screen.width/2)-(b/2)}if(e=="right"){i=screen.width-b-10}h=d;if(d=="top"){h=0}if(d=="middle"){h=((screen.height-56)/2)-(a/2)}if(d=="bottom"){h=screen.height-56-a}g+=",width="+b+",height="+a+",screenX="+i+", screenY="+h+",left="+i+",top="+h;window.open(c,f,g)};
