function image_preview(url,width_image,height_image)
{
	demobetroom = window.open(url, "Image_Preview", "scrollbars=no,menubar=no,resizable=0,location=no,width="+width_image+",height="+height_image);
	demobetroom.focus() ;
}
