<!--// 
function openWindowGen(url,name,width,height,top,left,resize,scroll) 
{ var temp = "window.open('" + url + "', '" + name + "','" + "width=" + width + ',height=' + 
height + ',top=' + top + ',left=' + left + ',resizable=1' + resize + ',scrolling=1' + scroll + "')"; eval(temp);
} //-->