/*
	mga.js
	v1.0 - 16/aug/2006 - Bob Kersten - Initial version.
	All rights reserved.
*/

function selectImage(img_, width_, height_) {
	dialog.open( {
		content:'<img src="' + img_ + '">',
		width:width_,
		height:height_,
		shadow:0,
		background:'E8DDC0'
	} );
	return false;
}
