﻿/*All the initial variant and function define in this file
    1. varInit.js is put at the head
    2. var Object put at the bottom
    3. biilib put at the the end
*/
var _winMainDiv = $id('winMainDiv');    //Mandatory in all page
var _AttDiv = $id('AttDiv');    //use for attention div
var unexpectUnload = $id('unexpectUnload');



