WINW = 1280;
WINH = 1024;
WINW=$(top.window).width();
WINH=$(top.window).height();
document.cookie="WINW="+WINW;
document.cookie="WINH="+WINH;
