﻿function DemoPopup() {
    window.open('/Demo.htm','Demo','top=300,left=400,status=0,height=263,width=566,resizeable=0');
    return false;
}
