﻿function NewWin(Add)
{
Img=window.open(Add,"XP","width=500 height=500 resizable=yes scrollbars=yes");
Img.focus();
}

 