﻿function OpenDesign(name)
{
    window.open(name, null, "width=768,height=476,status=no,toolbar=no,menubar=no,location=no,resizable=no");
}

