function PopUpFoot(url, name) {
var win = window.open(url,name,'width=565, height=673, outerwidth=565, toolbar=0, Menubar=0, status=0, scrollbars=1,  location=0, resizable=0, location=0');
return false;
};
