﻿function PopupWindow(RedirectURL,WindowName){
    var win2 = window.open(RedirectURL,WindowName,"status,height=500,width=900,resizable=yes,left=0,top=0,screenX=0,screenY=0,scrollbars=yes");
	win2.focus(); 	
}
