﻿
function openwin(ad)
{
var xx = '' ;
window.open(ad,'name','height=500,width=700,hotkeys=yes,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=no');
}

    