function openme(url,f,w,h,iw,ih) {
        window.open(url,f,'width='+w+',height='+h+',innerWidth='+iw+',innerHeight='+ih+',toolbar=no,location=no,titlebar=no,directories=no,status=yes,menubar=no,scrollbars=no,resize=no');
//  var winl = (screen.width-w)/2;
//   var wint = (screen.height-h)/2;
 //  var settings  ='height='+h+',';
 //      settings +='width='+w+',';
 //      settings +='top='+wint+',';
 //      settings +='left='+winl+',';
//       settings +='scrollbars='+scroll+',';
 //      settings +='resizable=yes';
	// 	win=window.open(url,f,w,h);
}

