<!--

function OpenImage(arg, arg2) {
	
	window.open(arg,null, arg2)
}

// -->